Enumeration

AgsAudioAlsaMidiinSyncFlags

Declaration

flags AgsAudio.AlsaMidiinSyncFlags

Description [src]

Enum values to control the synchronization between sequencer and poll.

Members

Name Description
AGS_ALSA_MIDIIN_PASS_THROUGH

Do not sync.

AGS_ALSA_MIDIIN_INITIAL_POLL

Initial poll.

AGS_ALSA_MIDIIN_POLL_WAIT

Sync wait, sequencer conditional lock.

AGS_ALSA_MIDIIN_POLL_DONE

Sync done, sequencer conditional lock.

AGS_ALSA_MIDIIN_POLL_FINISH_WAIT

Sync wait, client conditional lock.

AGS_ALSA_MIDIIN_POLL_FINISH_DONE

Sync done, client conditional lock.

AGS_ALSA_MIDIIN_POLL_SWITCH_BUFFER

Switch buffer.