AudioEncodedFrameObserverConfig
Observer settings for the encoded audio.
struct AudioEncodedFrameObserverConfig {
AUDIO_ENCODED_FRAME_OBSERVER_POSITION postionType;
AUDIO_ENCODING_TYPE encodingType;
AudioEncodedFrameObserverConfig()
: postionType(AUDIO_ENCODED_FRAME_OBSERVER_POSITION_PLAYBACK),
encodingType(AUDIO_ENCODING_TYPE_OPUS_48000_MEDIUM){}
};
Attributes
- postionType
-
Audio profile. See AUDIO_ENCODED_FRAME_OBSERVER_POSITION.
- encodingType
-
Audio encoding type. See AUDIO_ENCODING_TYPE.