Enumeration

AgsAudioAudioFlags

Declaration

flags AgsAudio.AudioFlags

Description [src]

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

Members

Name Description
AGS_AUDIO_NO_OUTPUT

No output provided.

AGS_AUDIO_NO_INPUT

No input provided.

AGS_AUDIO_SYNC

Input/output is mapped synchronously.

AGS_AUDIO_ASYNC

Input/output is mapped asynchronously.

AGS_AUDIO_OUTPUT_HAS_RECYCLING

Output has recycling.

AGS_AUDIO_OUTPUT_HAS_SYNTH

Output has synth.

AGS_AUDIO_INPUT_HAS_RECYCLING

Input has recycling.

AGS_AUDIO_INPUT_HAS_SYNTH

Input has synth.

AGS_AUDIO_INPUT_HAS_FILE

Input takes file.

AGS_AUDIO_CAN_NEXT_ACTIVE

Dispatch can next active.

AGS_AUDIO_SKIP_OUTPUT

Skip output as processing audio data.

AGS_AUDIO_SKIP_INPUT

Skip input as processing audio data.

AGS_AUDIO_BYPASS

Don’t apply any data.