Microsoft DirectX 9.0 |
The VMR_ASPECT_RATIO_MODE enumeration type describes whether the Video Mixing Renderer preserves the aspect ratio of the source video.
Requirements
Requires Microsoft® Windows® XP.
Syntax
enum VMR_ASPECT_RATIO_MODE{
VMR_ARMODE_NONE,
VMR_ARMODE_LETTER_BOX
};
Elements
VMR_ARMODE_NONE
Indicates that the VMR will not try to maintain the aspect ratio of the source video.
VMR_ARMODE_LETTER_BOX
Indicates that the VMR will maintain the aspect ratio of the source video by letterboxing within the output rectangle.
See Also