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.
Describes the intended aspect ratio for a video stream.
Syntax
typedef enum _MFVideoSrcContentHintFlags {
MFVideoSrcContentHintFlag_None = 0,
MFVideoSrcContentHintFlag_16x9 = 1,
MFVideoSrcContentHintFlag_235_1 = 2
} MFVideoSrcContentHintFlags;
Constants
MFVideoSrcContentHintFlag_NoneValue: 0 The aspect ratio is unknown. |
MFVideoSrcContentHintFlag_16x9Value: 1 The source is 16×9 content encoded within a 4×3 area. |
MFVideoSrcContentHintFlag_235_1Value: 2 The source is 2.35:1 content encoded within a 16×9 or 4×3 area. |
Remarks
Use these flags with the MF_MT_SOURCE_CONTENT_HINT attribute.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
| Header | mfapi.h |