IMFContentDecryptionModuleFactory::IsTypeSupported method (mfcontentdecryptionmodule.h)
Queries whether the specified Key System and, optionally, content type are supported.
Syntax
BOOL IsTypeSupported(
LPCWSTR keySystem,
LPCWSTR contentType
);
Parameters
keySystem
An LPCWSTR specifying the Key System for which support is being queried.
contentType
Optional. An LPCWSTR specifying the content type for which support is being queried.
Return value
True if the specified Key System and content type are supported; otherwise, false.
Remarks
For information about Key Systems, see the Encrypted Media Extension specification's Key System
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 (10.0; Build 19041) |
Minimum supported server | Windows Server, version 2004 (10.0; Build 19041) |
Header | mfcontentdecryptionmodule.h |