Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how the ASF file sink should apply Windows Media DRM.
Syntax
typedef enum _MFSINK_WMDRMACTION {
MFSINK_WMDRMACTION_UNDEFINED = 0,
MFSINK_WMDRMACTION_ENCODE = 1,
MFSINK_WMDRMACTION_TRANSCODE = 2,
MFSINK_WMDRMACTION_TRANSCRYPT = 3,
MFSINK_WMDRMACTION_LAST = 3
} MFSINK_WMDRMACTION;
Constants
MFSINK_WMDRMACTION_UNDEFINEDValue: 0 Undefined action. |
MFSINK_WMDRMACTION_ENCODEValue: 1 Encode the content using Windows Media DRM. Use this flag if the source content does not have DRM protection. |
MFSINK_WMDRMACTION_TRANSCODEValue: 2 Transcode the content using Windows Media DRM. Use this flag if the source content has Windows Media DRM protection and you want to change the encoding parameters but not the DRM protection. |
MFSINK_WMDRMACTION_TRANSCRYPTValue: 3 Transcrypt the content. Use this flag if the source content has DRM protection and you want to change the DRM protection; for example, if you want to convert from Windows Media DRM version 1 to Windows Media DRM version 7 or later. |
MFSINK_WMDRMACTION_LASTValue: 3 Reserved. Do not use. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wmcontainer.h |