KS_AMPixAspectRatio-Enumeration (ksmedia.h)
Die KS_AMPixAspectRatio-Enumeration definiert das Pixelseitenverhältnis, das einem 720 480 NTSC-Videosignal oder einem 720 × 576 PAL-Videosignal entspricht.
Syntax
typedef enum {
KS_PixAspectRatio_NTSC4x3,
KS_PixAspectRatio_NTSC16x9,
KS_PixAspectRatio_PAL4x3,
KS_PixAspectRatio_PAL16x9
} KS_AMPixAspectRatio;
Konstanten
KS_PixAspectRatio_NTSC4x3 Gibt ein Seitenverhältnis von 4 × 3 NTSC-Pixeln an. |
KS_PixAspectRatio_NTSC16x9 Gibt ein Seitenverhältnis von 16 × 9 NTSC-Pixeln an. |
KS_PixAspectRatio_PAL4x3 Gibt ein Seitenverhältnis von 4 × 3 PAL-Pixeln an. |
KS_PixAspectRatio_PAL16x9 Gibt ein Seitenverhältnis von 16 × 9 PAL-Pixeln an. |
Anforderungen
Anforderung | Wert |
---|---|
Header | ksmedia.h (include Ksmedia.h) |