KS_AMPixAspectRatio 列挙 (ksmedia.h)
KS_AMPixAspectRatio列挙は、720 480 NTSC ビデオ信号または 720 × 576 PAL ビデオ信号に対応するピクセル縦横比を定義します。
構文
typedef enum {
KS_PixAspectRatio_NTSC4x3,
KS_PixAspectRatio_NTSC16x9,
KS_PixAspectRatio_PAL4x3,
KS_PixAspectRatio_PAL16x9
} KS_AMPixAspectRatio;
定数
KS_PixAspectRatio_NTSC4x3 4 × 3 NTSC ピクセル縦横比を指定します。 |
KS_PixAspectRatio_NTSC16x9 16 × 9 NTSC ピクセル縦横比を指定します。 |
KS_PixAspectRatio_PAL4x3 4 × 3 PAL ピクセル縦横比を指定します。 |
KS_PixAspectRatio_PAL16x9 16 × 9 PAL ピクセル縦横比を指定します。 |
要件
要件 | 値 |
---|---|
Header | ksmedia.h (Ksmedia.h を含む) |