eAVEncVideoOutputScanType enumeration
Specifies how the encoder interlaces the output video. This enumeration is used with the AVEncVideoOutputScanType property.
Syntax
enum eAVEncVideoOutputScanType {
eAVEncVideoOutputScan_Progressive = 0,
eAVEncVideoOutputScan_Interlaced = 1,
eAVEncVideoOutputScan_SameAsInput = 2,
eAVEncVideoOutputScan_Automatic = 3
};
Constants
- eAVEncVideoOutputScan_Progressive
-
Output frames are progressive.
- eAVEncVideoOutputScan_Interlaced
-
Output frames are interlaced.
- eAVEncVideoOutputScan_SameAsInput
-
The interlacing on the output frames matches the input frames.
- eAVEncVideoOutputScan_Automatic
-
Use the media type on the encoder's input pin to determine whether the frames are progressive or interlaced.
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