Enumeration

AgsAudioCoreAudioMidiinSyncFlags

Declaration

flags AgsAudio.CoreAudioMidiinSyncFlags

Description [src]

Enum values to control the synchronization between soundcard and client.

Members

AGS_CORE_AUDIO_MIDIIN_PASS_THROUGH

Do not sync.

  • Value: 1
  • Available since: 7.0
AGS_CORE_AUDIO_MIDIIN_INITIAL_CALLBACK

Initial callback.

  • Value: 2
  • Available since: 7.0
AGS_CORE_AUDIO_MIDIIN_CALLBACK_WAIT

Sync wait, soundcard conditional lock.

  • Value: 4
  • Available since: 7.0
AGS_CORE_AUDIO_MIDIIN_CALLBACK_DONE

Sync done, soundcard conditional lock.

  • Value: 8
  • Available since: 7.0
AGS_CORE_AUDIO_MIDIIN_CALLBACK_FINISH_WAIT

Sync wait, client conditional lock.

  • Value: 16
  • Available since: 7.0
AGS_CORE_AUDIO_MIDIIN_CALLBACK_FINISH_DONE

Sync done, client conditional lock.

  • Value: 32
  • Available since: 7.0
AGS_CORE_AUDIO_MIDIIN_DO_SYNC

Do synchronize.

  • Value: 64
  • Available since: 7.0