enumerazione ACX_AUDIOENGINE_CONFIG_FLAGS (acxelements.h)
L'enumerazione ACX_AUDIOENGINE_CONFIG_FLAGS definisce i flag di configurazione per il motore audio ACX.
Sintassi
typedef enum _ACX_AUDIOENGINE_CONFIG_FLAGS {
AcxAudioEngineConfigNoFlags,
AcxAudioEngineConfigVolumeNotPresent,
AcxAudioEngineConfigVolumeSecondary,
AcxAudioEngineConfigMuteNotPresent,
AcxAudioEngineConfigMuteSecondary,
AcxAudioEngineConfigPeakMeterNotPresent,
AcxAudioEngineConfigPeakMeterSecondary,
AcxAudioEngineConfigValidFlags
} ACX_AUDIOENGINE_CONFIG_FLAGS;
Costanti
AcxAudioEngineConfigNoFlags Indica che non vengono impostati flag di configurazione. |
AcxAudioEngineConfigValidFlags Per la convalida interna, non usare. |
Commenti
Non sono attualmente definiti flag per questo tipo.
Requisiti ACX
Versione minima DI ACX: 1.0
Per altre informazioni sulle versioni ACX, vedere Panoramica della versione di ACX.
Requisiti
Requisito | Valore |
---|---|
Intestazione | acxelements.h |
Vedi anche
- [acxelements.h header] (index.md)