IMFContentDecryptionModuleAccess::GetConfiguration method (mfcontentdecryptionmodule.h)
Returns the supported combination of configuration options.
Syntax
HRESULT GetConfiguration(
IPropertyStore **configuration
);
Parameters
configuration
Receives a reference to an IPropertyStore object containing the configuration options for the CDM.
Return value
Returns S_OK on success.
Remarks
GetConfiguration is based on the Encrypted Media Extension specification's MediaKeySystemAccess.keySystem.
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 |