
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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
};
Constants
- 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
Minimum supported client |
Windows 2000 Professional [desktop apps | UWP apps] |
---|---|
Minimum supported server |
Windows 2000 Server [desktop apps | UWP apps] |
Header |
|
See also
Show: