enumeración COPP_ACP_Protection_Level (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.
Especifica el nivel de protección ACP.
Syntax
typedef enum _COPP_ACP_Protection_Level {
COPP_ACP_Level0 = 0,
COPP_ACP_LevelMin,
COPP_ACP_Level1 = 1,
COPP_ACP_Level2 = 2,
COPP_ACP_Level3 = 3,
COPP_ACP_LevelMax,
COPP_ACP_ForceDWORD = 0x7fffffff
} COPP_ACP_Protection_Level;
Constantes
COPP_ACP_Level0 Valor: 0 Nivel 0. |
COPP_ACP_LevelMin Nivel de ACP mínimo. Equivalente a COPP_ACP_Level0. |
COPP_ACP_Level1 Valor: 1 Nivel 1. |
COPP_ACP_Level2 Valor: 2 Nivel 2. |
COPP_ACP_Level3 Valor: 3 Nivel 3. |
COPP_ACP_LevelMax Nivel de ACP máximo. Equivalente a COPP_ACP_Level3. |
COPP_ACP_ForceDWORD Valor: 0x7fffffff Reservado. |
Requisitos
Requisito | Valor |
---|---|
Header | dxva9typ.h (include Dxva.h) |
Consulte también
Tipos enumerados de DirectShow
Uso del Protocolo de protección de salida certificada (COPP)