MFPROTECTION_VIDEO_FRAMES attribute
Specifies if an application is allowed access to uncompressed video frames.
Data type
UINT32
Remarks
A value of 0 indicates that the application is allowed access to the frames. This might be determined as a result of a private agreement between the application and the particular content protection system in use.
A value of 1 indicates that the application is allowed access to frames if a valid application certificate is provided by the application (see IMFMediaEngineProtectedContent::SetApplicationCertificate).
A value of 0xFFFFFFFF, which is the default value, indicates no applications are allowed access to uncompressed frames.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [UWP apps only] |
Minimum supported server |
Windows Server 2012 [UWP apps only] |
Header |
|
See also