Compartir a través de


IMpegAudioDecoder::get_DecoderWordSize

 
Microsoft DirectShow 9.0

IMpegAudioDecoder::get_DecoderWordSize

Returns the word size used to decode, either eight or 16 bit.

Syntax

  HRESULT get_DecoderWordSize(
  unsigned long  *pWordSize
);

Parameters

pWordSize

[out]  Indicates the word size; the value is either 8 or 16.

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