Enumeration

AgsAudioCoreAudioDevinFlags

Declaration

flags AgsAudio.CoreAudioDevinFlags

Description [src]

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

Members

AGS_CORE_AUDIO_DEVIN_INITIALIZED

The soundcard was initialized.

  • Value: 1
  • Available since: 7.0
AGS_CORE_AUDIO_DEVIN_START_RECORD

Capture starting.

  • Value: 2
  • Available since: 7.0
AGS_CORE_AUDIO_DEVIN_RECORD

Do capture.

  • Value: 4
  • Available since: 7.0
AGS_CORE_AUDIO_DEVIN_SHUTDOWN

Stop capture.

  • Value: 8
  • Available since: 7.0
AGS_CORE_AUDIO_DEVIN_NONBLOCKING

Do non-blocking calls.

  • Value: 16
  • Available since: 7.0
AGS_CORE_AUDIO_DEVIN_ATTACK_FIRST

Use first attack, instead of second one.

  • Value: 32
  • Available since: 7.0