Share via


eAVEncMPVFrameFieldMode Enumeration

 
Microsoft DirectShow 9.0

eAVEncMPVFrameFieldMode Enumeration

Specifies whether the encoder produces encoded fields or encoded frames. This enumeration is used with the AVEncMPVFrameFieldMode property.

Syntax

enum eAVEncMPVFrameFieldMode {
    eAVEncMPVFrameFieldMode_FieldMode = 0,
    eAVEncMPVFrameFieldMode_FrameMode = 1
};

Members

eAVEncMPVFrameFieldMode_FieldMode

The encoder produces an MPEG picture for each field in the source video.

eAVEncMPVFrameFieldMode_FrameMode

The encoder produces an MPEG picture for each frame (or pair of fields) in the source video.

Requirements

Header: Include codecapi.h.

See Also