eAVEncInputVideoSystem enumeration (codecapi.h)
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
Specifies the nominal range for a video source. This enumeration is used with the AVEncInputVideoSystem property.
Syntax
typedef 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 Value: 0 The video system is not specified. |
eAVEncInputVideoSystem_PAL Value: 1 PAL television. |
eAVEncInputVideoSystem_NTSC Value: 2 NTSC television. |
eAVEncInputVideoSystem_SECAM Value: 3 SECAM television. |
eAVEncInputVideoSystem_MAC Value: 4 Not documented for this release. |
eAVEncInputVideoSystem_HDV Value: 5 High-definition (HD) video. |
eAVEncInputVideoSystem_Component Value: 6 Component video. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
Header | codecapi.h |