eAVEncVideoOutputScanType Enumeration
Microsoft DirectShow 9.0 |
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 };
Members
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
Header: Include codecapi.h.
See Also