AM_COPY_MACROVISION

 
Microsoft DirectShow 9.0

AM_COPY_MACROVISION

The AM_COPY_MACROVISION structure specifies the analog copy protection level for an NTSC encoder.

Syntax

typedef struct _AM_COPY_MACROVISION {
    ULONG MACROVISIONLevel;
} AM_COPY_MACROVISION, *PAM_COPY_MACROVISION;

Members

MACROVISIONLevel

Analog copy protection level for the NTSC encoder. Member of the AM_COPY_MACROVISION_LEVEL enumerated data type.

Remarks

The AM_PROPERTY_COPY_MACROVISION property of the DVD Copy Protection Property Set uses this structure.

Requirements

  Header: Include Dvdmedia.h.

See Also