IAMWstDecoder::GetDecoderLevel
Microsoft DirectShow 9.0 |
IAMWstDecoder::GetDecoderLevel
Applications use the GetDecoderLevel method to retrieve the WST decoder level. This method is not implemented and always returns AM_WST_LEVEL_1_5.
Syntax
HRESULT GetDecoderLevel( AM_WST_LEVEL* lpLevel );
Parameters
lpLevel
[out] Address of a variable that receives a member of the AM_WST_LEVEL enumeration, indicting the decoder level.
Return Values
When the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header: Include Iwstdec.h.
Library: Use Strmiids.lib.
See Also