Logo

IStandardMpegEncoderProfile::SetAudioFormat

Sets which output format to use for audio.

HRESULT SetAudioFormat(AudioOutputFormat audioFormat);

Parameters

audioFormat: An AudioOutputFormat enumeration.

Remarks

This function can be used to set the format of the audio output. For example MPEG1 layer 2, MP3, AC3 or PCM.

At the moment, only MPEG1 layer 2 and PCM are supported internally.

Generally, there is no need to call this function.

[[The Standard MPEG Encoder – Quality you can rely on]]