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
};
Constants
- 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
|
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: