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) |