IMpegAudioDecoder::get_Stereo

 
Microsoft DirectShow 9.0

IMpegAudioDecoder::get_Stereo

Returns whether the decoder is decoding the encoded stream into stereo or mono PCM.

Syntax

  HRESULT get_Stereo(
  unsigned long  *pStereo
);

Parameters

pStereo

[out]  Indicates whether the decoder is outputting to PCM mono or 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