Share via


MFVideoDRMFlags Enumeration

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;

Konstanten

  • MFVideoDRMFlag_None
    No copy protection is required.

  • MFVideoDRMFlag_AnalogProtected
    Analog copy protection should be applied.

  • MFVideoDRMFlag_DigitallyProtected
    Digital copy protection should be applied.

Hinweise

Use these flags with the MF_MT_DRM_FLAGS attribute.

Anforderungen

Mindestens unterstützter Client

Windows Vista

Mindestens unterstützter Server

Windows Server 2008

Header

Mfapi.h

Siehe auch

Media Foundation Enumerations