AudioEncodedFrameObserverConfig
Used to configure settings for encoded audio observer.
struct AudioEncodedFrameObserverConfig {
AUDIO_ENCODED_FRAME_OBSERVER_POSITION postionType;
AUDIO_ENCODING_TYPE encodingType;
};
Properties
- postionType
- Audio configuration. See AUDIO_ENCODED_FRAME_OBSERVER_POSITION.
- encodingType
- Audio encoding type. See AUDIO_ENCODING_TYPE.