Enumeration

AgsAudioWasapiDevinFlags

since: 6.0

Declaration

flags AgsAudio.WasapiDevinFlags

Description [src]

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

Available since: 6.0

Members

AGS_WASAPI_DEVIN_INITIALIZED

The soundcard was initialized.

  • Value: 1
  • Nickname: wasapi-devin-initialized
  • Available since: 6.0
AGS_WASAPI_DEVIN_START_RECORD

Capture starting.

  • Value: 2
  • Nickname: wasapi-devin-start-record
  • Available since: 6.0
AGS_WASAPI_DEVIN_RECORD

Do capture.

  • Value: 4
  • Nickname: wasapi-devin-record
  • Available since: 6.0
AGS_WASAPI_DEVIN_NONBLOCKING

Do non-blocking calls.

  • Value: 16
  • Nickname: wasapi-devin-nonblocking
  • Available since: 6.0
AGS_WASAPI_DEVIN_ATTACK_FIRST

Use first attack, instead of second one.

  • Value: 32
  • Nickname: wasapi-devin-attack-first
  • Available since: 6.0
AGS_WASAPI_DEVIN_SHARE_MODE_EXCLUSIVE

Share mode exclusive.

  • Value: 64
  • Nickname: wasapi-devin-share-mode-exclusive
  • Available since: 6.0