Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
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
};
Members
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
Header: Include codecapi.h.
See Also