VMR9AspectRatioMode 列挙

VMR9AspectRatioMode 列挙型は IVMRWindowlessControl9::GetAspectRatioMode および IVMRWindowlessControl9::SetAspectRatioMode メソッドで使って、アスペクト比モードを設定および取得する (VMR-9 のみ)。

構文

typedef enum {
  VMR9ARMode_None,
  VMR9ARMode_LetterBox
} VMR9AspectRatioMode;

メンバ

VMR9ARMode_None

VMR が、ソース ビデオのアスペクト比を維持しようとしないことを示す。

VMR9ARMode_LetterBox

VMR が、出力矩形内でレターボックス化を行ってソース ビデオのアスペクト比を維持することを示す。

参照