IMpegAudioDecoder::put_DecoderWordSize
Microsoft DirectShow 9.0 |
IMpegAudioDecoder::put_DecoderWordSize
Specifies the word size used by the decoder.
Syntax
HRESULT put_DecoderWordSize( unsigned long WordSize );
Parameters
WordSize
[in] Specifies the word size; value must be 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