Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the aspect ratio for ETSI EN 300 294.
Syntax
typedef enum _OPM_IMAGE_ASPECT_RATIO_EN300294 {
OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3 = 0,
OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_CENTER = 1,
OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_TOP = 2,
OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_CENTER = 3,
OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_TOP = 4,
OPM_ASPECT_RATIO_EN300294_BOX_GT_16_BY_9_CENTER = 5,
OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3_PROTECTED_CENTER = 6,
OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_16_BY_9_ANAMORPHIC = 7,
OPM_ASPECT_RATIO_FORCE_ULONG = 0x7fffffff
} OPM_IMAGE_ASPECT_RATIO_EN300294;
Constants
OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3 Value: 0 Full format 4:3. |
OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_CENTER Value: 1 Box 14:9 center. |
OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_TOP Value: 2 Box 14:9 top. |
OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_CENTER Value: 3 Box 16:9 center. |
OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_TOP Value: 4 Box 16:9 top. |
OPM_ASPECT_RATIO_EN300294_BOX_GT_16_BY_9_CENTER Value: 5 Box > 16:9 center. |
OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3_PROTECTED_CENTER Value: 6 Full format 4:3 (shoot and protect 14:9 center). |
OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_16_BY_9_ANAMORPHIC Value: 7 Full format 16:9 (anamorphic). |
OPM_ASPECT_RATIO_FORCE_ULONG Value: 0x7fffffff Reserved. |
Remarks
This enumeration is numerically equivalent to the COPP_ImageAspectRatio_EN300294 enumeration used in Certified Output Protection Protocol (COPP).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | opmapi.h |