eAVEncInputVideoSystem Enumeration
Microsoft DirectShow 9.0 |
eAVEncInputVideoSystem Enumeration
Specifies the nominal range for a video source. This enumeration is used with the AVEncInputVideoSystem property.
Syntax
enum eAVEncInputVideoSystem { eAVEncInputVideoSystem_Unspecified = 0, eAVEncInputVideoSystem_PAL = 1, eAVEncInputVideoSystem_NTSC = 2, eAVEncInputVideoSystem_SECAM = 3, eAVEncInputVideoSystem_MAC = 4, eAVEncInputVideoSystem_HDV = 5, eAVEncInputVideoSystem_Component = 6 };
Members
eAVEncInputVideoSystem_Unspecified
The video system is not specified.
eAVEncInputVideoSystem_PAL
PAL television.
eAVEncInputVideoSystem_NTSC
NTSC television.
eAVEncInputVideoSystem_SECAM
SECAM television.
eAVEncInputVideoSystem_MAC
Not documented for this release.
eAVEncInputVideoSystem_HDV
High-definition (HD) video.
eAVEncInputVideoSystem_Component
Component video.
Requirements
Header: Include codecapi.h.
See Also