Enumeration

AgsAudioGstreamerDevinSyncFlags

Declaration

flags AgsAudio.GstreamerDevinSyncFlags

Description [src]

Enum values to control the synchronization between soundcard and client.

Members

AGS_GSTREAMER_DEVIN_PASS_THROUGH

Do not sync.

  • Value: 1
  • Available since: 7.0
AGS_GSTREAMER_DEVIN_INITIAL_CALLBACK

Initial callback.

  • Value: 2
  • Available since: 7.0
AGS_GSTREAMER_DEVIN_CALLBACK_WAIT

Sync wait, soundcard conditional lock.

  • Value: 4
  • Available since: 7.0
AGS_GSTREAMER_DEVIN_CALLBACK_DONE

Sync done, soundcard conditional lock.

  • Value: 8
  • Available since: 7.0
AGS_GSTREAMER_DEVIN_CALLBACK_FINISH_WAIT

Sync wait, client conditional lock.

  • Value: 16
  • Available since: 7.0
AGS_GSTREAMER_DEVIN_CALLBACK_FINISH_DONE

Sync done, client conditional lock.

  • Value: 32
  • Available since: 7.0