AudioEncodedFrameObserverConfig
用于配置编码音频观察者的设置。
C++
struct AudioEncodedFrameObserverConfig {
AUDIO_ENCODED_FRAME_OBSERVER_POSITION postionType;
AUDIO_ENCODING_TYPE encodingType;
};
postionType
encodingType
音频编码类型。详见 AUDIO_ENCODING_TYPE。
用于配置编码音频观察者的设置。
struct AudioEncodedFrameObserverConfig {
AUDIO_ENCODED_FRAME_OBSERVER_POSITION postionType;
AUDIO_ENCODING_TYPE encodingType;
};