DVENCODERRESOLUTION Enumeration
Microsoft DirectShow 9.0 |
DVENCODERRESOLUTION Enumeration
Indicates the digital video (DV) encoding resolution.
Syntax
enum _DVENCODERRESOLUTION { DVENCODERRESOLUTION_720x480 = 2012, DVENCODERRESOLUTION_360x240 = 2013, DVENCODERRESOLUTION_180x120 = 2014, DVENCODERRESOLUTION_88x60 = 2015 };
Members
The meaning of the enumeration elements depends on whether the current format is NTSC or PAL:
Element | NTSC | PAL |
DVENCODERRESOLUTION_720x480 | 720 x 480 | 720 x 576 |
DVENCODERRESOLUTION_360x240 | 360 x 240 | 360 x 288 |
DVENCODERRESOLUTION_180x120 | 180 x 120 | 180 x 144 |
DVENCODERRESOLUTION_88x60 | 88 x 66 | 88 x 72 |
Requirements
Header: Dshow.h
See Also