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 header] (index.md)