IMpegAudioDecoder::put_Stereo

 
Microsoft DirectShow 9.0

IMpegAudioDecoder::put_Stereo

Specifies whether the decoder will decode the encoded stream into stereo or mono PCM.

Syntax

  HRESULT put_Stereo(
  unsigned long  Stereo
);

Parameters

Stereo

[in]  Specifies the decoded output type. 1 = mono and 2 = stereo.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Requirements

Header: Include mpegtype.h.

Library: Use Strmiids.lib.

See Also