Enumeration

AgsAudioAlsaMidiinFlags

Declaration

flags AgsAudio.AlsaMidiinFlags

Description [src]

Enum values to control the behavior or indicate internal state of AgsAlsaMidiin by enable/disable as flags.

Members

AGS_ALSA_MIDIIN_ADDED_TO_REGISTRY

The alsa_midiin was added to registry, see AgsConnectable::add_to_registry().

  • Value: 1
  • Available since: 7.0
AGS_ALSA_MIDIIN_CONNECTED

Indicates the alsa_midiin was connected by calling AgsConnectable::connect().

  • Value: 2
  • Available since: 7.0
AGS_ALSA_MIDIIN_INITIALIZED

Recording is initialized.

  • Value: 4
  • Available since: 7.0
AGS_ALSA_MIDIIN_RECORD

Is recording.

  • Value: 8
  • Available since: 7.0
AGS_ALSA_MIDIIN_SHUTDOWN

Stop recording.

  • Value: 16
  • Available since: 7.0
AGS_ALSA_MIDIIN_START_RECORD

Just started recording.

  • Value: 32
  • Available since: 7.0
AGS_ALSA_MIDIIN_NONBLOCKING

Do non-blocking calls.

  • Value: 64
  • Available since: 7.0
AGS_ALSA_MIDIIN_ATTACK_FIRST

Use first attack, instead of second one.

  • Value: 128
  • Available since: 7.0