Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
DVENCODERVIDEOFORMAT Enumeration
Indicates the video standard (NTSC or PAL) for digital video (DV) encoding.
Syntax
  enum _DVENCODERVIDEOFORMAT {
    DVENCODERVIDEOFORMAT_NTSC = 2000,   
    DVENCODERVIDEOFORMAT_PAL  = 2001
};
Members
DVENCODERVIDEOFORMAT_NTSC
National Television Standards Committee (NTSC)
DVENCODERVIDEOFORMAT_PAL
Phase Alternating Line (PAL)
Requirements
Header: Dshow.h
See Also