Enumeration

AgsAudioWasapiDevinFlags

Declaration

flags AgsAudio.WasapiDevinFlags

Description [src]

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

Members

Name Description
AGS_WASAPI_DEVIN_INITIALIZED

The soundcard was initialized.

AGS_WASAPI_DEVIN_START_RECORD

Capture starting.

AGS_WASAPI_DEVIN_RECORD

Do capture.

AGS_WASAPI_DEVIN_NONBLOCKING

Do non-blocking calls.

AGS_WASAPI_DEVIN_ATTACK_FIRST

Use first attack, instead of second one.

AGS_WASAPI_DEVIN_SHARE_MODE_EXCLUSIVE

Share mode exclusive.