estructura DXVA_COPPSetProtectionLevelCmdData (dxva9typ.h)
[La característica asociada a esta página, DirectShow, es una característica heredada. Se ha reemplazado por MediaPlayer, IMFMediaEngine y Captura de audio/vídeo en Media Foundation. Esas características se han optimizado para Windows 10 y Windows 11. Microsoft recomienda encarecidamente que el nuevo código use MediaPlayer, IMFMediaEngine y Audio/Video Capture en Media Foundation en lugar de DirectShow, siempre que sea posible. Microsoft sugiere que el código existente que usa las API heredadas se reescriba para usar las nuevas API si es posible.
Contiene datos para el comando Establecer nivel de protección en el Protocolo de protección de salida certificada (COPP).
Sintaxis
typedef struct _DXVA_COPPSetProtectionLevelCmdData {
ULONG ProtType;
ULONG ProtLevel;
ULONG ExtendedInfoChangeMask;
ULONG ExtendedInfoData;
} DXVA_COPPSetProtectionLevelCmdData;
Miembros
ProtType
Identifica el mecanismo de protección. Consulte Marcas de tipo de protección COPP.
ProtLevel
Especifica el nivel de protección. El significado de este valor depende del mecanismo de protección que se consulta. Para cada mecanismo de protección, el valor del ProtLevel
miembro es una marca de una enumeración diferente, como se muestra en la tabla siguiente.
Mecanismo de protección | Enumeración |
---|---|
ACP | COPP_ACP_Protection_Level |
CGMS-A | COPP_CGMSA_Protection_Level |
HDCP | COPP_HDCP_Protection_Level |
ExtendedInfoChangeMask
Reservado. Debe ser cero.
ExtendedInfoData
Reservado. Debe ser cero.
Requisitos
Requisito | Valor |
---|---|
Header | dxva9typ.h (include Dxva.h) |
Consulte también
Uso del Protocolo de protección de salida certificada (COPP)