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

Name Description
AGS_ALSA_MIDIIN_ADDED_TO_REGISTRY

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

AGS_ALSA_MIDIIN_CONNECTED

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

AGS_ALSA_MIDIIN_INITIALIZED

Recording is initialized.

AGS_ALSA_MIDIIN_RECORD

Is recording.

AGS_ALSA_MIDIIN_SHUTDOWN

Stop recording.

AGS_ALSA_MIDIIN_START_RECORD

Just started recording.

AGS_ALSA_MIDIIN_NONBLOCKING

Do non-blocking calls.

AGS_ALSA_MIDIIN_ATTACK_FIRST

Use first attack, instead of second one.