IMpegAudioDecoder::put_IntegerDecode

 
Microsoft DirectShow 9.0

IMpegAudioDecoder::put_IntegerDecode

Specifies whether the decoder will use integer-based decoding.

Syntax

  HRESULT put_IntegerDecode(
  unsigned long  IntDecode
);

Parameters

IntDecode

[in]  Specifies the decoding mode. 0 = floating point mode and 1 = integer mode.

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