Enumeration

AgsAudioCoreAudioMidiinFlags

Declaration

flags AgsAudio.CoreAudioMidiinFlags

Description [src]

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

Members

Name Description
AGS_CORE_AUDIO_MIDIIN_INITIALIZED

Recording is initialized.

AGS_CORE_AUDIO_MIDIIN_START_RECORD

Just started recording.

AGS_CORE_AUDIO_MIDIIN_RECORD

Is recording.

AGS_CORE_AUDIO_MIDIIN_SHUTDOWN

Stop recording.

AGS_CORE_AUDIO_MIDIIN_NONBLOCKING

Do non-blocking calls.

AGS_CORE_AUDIO_MIDIIN_ATTACK_FIRST

Use first attack, instead of second one.