Share via


ACX_AUDIOENGINE_CONFIG_FLAGS列挙 (acxelements.h)

ACX_AUDIOENGINE_CONFIG_FLAGS列挙は、ACX オーディオ エンジンの構成フラグを定義します。

構文

typedef enum _ACX_AUDIOENGINE_CONFIG_FLAGS {
  AcxAudioEngineConfigNoFlags,
  AcxAudioEngineConfigVolumeNotPresent,
  AcxAudioEngineConfigVolumeSecondary,
  AcxAudioEngineConfigMuteNotPresent,
  AcxAudioEngineConfigMuteSecondary,
  AcxAudioEngineConfigPeakMeterNotPresent,
  AcxAudioEngineConfigPeakMeterSecondary,
  AcxAudioEngineConfigValidFlags
} ACX_AUDIOENGINE_CONFIG_FLAGS;

定数

 
AcxAudioEngineConfigNoFlags
構成フラグが設定されていないことを示します。
AcxAudioEngineConfigValidFlags
内部検証の場合は、 を使用しないでください。

注釈

現在、この型に対して定義されているフラグはありません。

ACX の要件

最小 ACX バージョン: 1.0

ACX バージョンの詳細については、「 ACX バージョンの概要」を参照してください。

要件

要件
Header acxelements.h

こちらもご覧ください

  • [acxelements.h ヘッダー](index.md)