MFT_POLICY_SET_AWARE attribute
If non-zero, indicates that the IMFTransform wants to receive MEPolicySet completion notifications.
Data type
UINT32 (treated as BOOL)
Get/set
To get this attribute, call IMFAttributes::GetUINT32.
To set this attribute, call IMFAttributes::SetUINT32.
Applies to
Remarks
This attributes can be used by an IMFInputTrustAuthority decrypter. An implementation of a Content Decryption Module (CDM) may include an implementation of IMFInputTrustAuthority. The IMFInputTrustAuthority object is accessed through IMFContentDecryptionModule::CreateTrustedInput.
The GUID constant for this attribute is exported from mfuuid.lib.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 10 April 2020 Update |
Header |
|
See also