COPP_ImageAspectRatio_EN300294 enumeration (dxva9typ.h)
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
Specifies the aspect ratio for EN 300 294.
Syntax
typedef enum _COPP_ImageAspectRatio_EN300294 {
COPP_AspectRatio_EN300294_FullFormat4by3 = 0,
COPP_AspectRatio_EN300294_Box14by9Center = 1,
COPP_AspectRatio_EN300294_Box14by9Top = 2,
COPP_AspectRatio_EN300294_Box16by9Center = 3,
COPP_AspectRatio_EN300294_Box16by9Top = 4,
COPP_AspectRatio_EN300294_BoxGT16by9Center = 5,
COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter = 6,
COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic = 7,
COPP_AspectRatio_ForceDWORD = 0x7fffffff
} COPP_ImageAspectRatio_EN300294;
Constants
COPP_AspectRatio_EN300294_FullFormat4by3 Value: 0 Full format 4:3. |
COPP_AspectRatio_EN300294_Box14by9Center Value: 1 Box 14:9 center. |
COPP_AspectRatio_EN300294_Box14by9Top Value: 2 Box 14:9 top. |
COPP_AspectRatio_EN300294_Box16by9Center Value: 3 Box 16:9 center. |
COPP_AspectRatio_EN300294_Box16by9Top Value: 4 Box 16:9 top. |
COPP_AspectRatio_EN300294_BoxGT16by9Center Value: 5 Box > 16:9 center. |
COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter Value: 6 Full format 4:3 (shoot and protect 14:9 center). |
COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic Value: 7 Full format 16:9 (anamorphic) |
COPP_AspectRatio_ForceDWORD Value: 0x7fffffff |
Requirements
Requirement | Value |
---|---|
Header | dxva9typ.h (include Dxva.h) |