Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Specifies the type of copy protection required for a video stream.
Syntax
typedef enum _MFVideoDRMFlags {
MFVideoDRMFlag_None = 0,
MFVideoDRMFlag_AnalogProtected = 1,
MFVideoDRMFlag_DigitallyProtected = 2
} MFVideoDRMFlags;
Constants
MFVideoDRMFlag_NoneValue: 0 No copy protection is required. |
MFVideoDRMFlag_AnalogProtectedValue: 1 Analog copy protection should be applied. |
MFVideoDRMFlag_DigitallyProtectedValue: 2 Digital copy protection should be applied. |
Remarks
Use these flags with the MF_MT_DRM_FLAGS attribute.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
| Header | mfapi.h |