eAVEncVideoSourceScanType enumeration
Specifies whether the input frames for an encoder are progressive or interlaced. This enumeration is used with the AVEncVideoForceSourceScanType property.
Syntax
enum eAVEncVideoSourceScanType {
eAVEncVideoSourceScan_Automatic = 0,
eAVEncVideoSourceScan_Interlaced = 1,
eAVEncVideoSourceScan_Progressive = 2
};
Constants
- eAVEncVideoSourceScan_Automatic
-
Use the media type on the encoder's input pin to determine whether the frames are progressive or interlaced.
- eAVEncVideoSourceScan_Interlaced
-
Input frames are interlaced.
- eAVEncVideoSourceScan_Progressive
-
Input frames are progressive.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: