Compartir a través de


IMpegAudioDecoder::get_IntegerDecode

 
Microsoft DirectShow 9.0

IMpegAudioDecoder::get_IntegerDecode

Returns whether the decoder is currently using integer-based decoding as opposed to floating point decoding.

Syntax

  HRESULT get_IntegerDecode(
  unsigned long  *pIntDecode
);

Parameters

pIntDecode

[out]  Indicates whether the decoder is using integer-based decoding. Zero means it is using floating point-based  decoding and one means it is using integer-based decoding.

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