IMpegAudioDecoder::put_DecoderAccuracy
Microsoft DirectShow 9.0 |
IMpegAudioDecoder::put_DecoderAccuracy
Specifies the decoder accuracy as a three-level quality setting.
Syntax
HRESULT put_DecoderAccuracy( unsigned long Accuracy );
Parameters
Accuracy
[in] Indicates the quality setting. 0 = best, 0x4000 = high, 0x8000 = full.
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