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.
This enumeration specifies the various modes for video ports.
typedef enum _AMVP_MODE {AMVP_MODE_WEAVE,AMVP_MODE_BOBINTERLEAVED,AMVP_MODE_BOBNONINTERLEAVED,AMVP_MODE_SKIPEVEN,AMVP_MODE_SKIPODD} AMVP_MODE;
Elements
AMVP_MODE_WEAVE
weave.AMVP_MODE_BOBINTERLEAVED
Interleaved bob.Bob mode in which resources are allocated to switch to weave mode, for example, on the next frame.
MODE_BOBNONINTERLEAVED
Noninterleaved bob.Bob mode in which resources are not allocated to switch to weave mode.
AMVP_MODE_SKIPEVEN
Skip even fields.AMVP_MODE_SKIPODD
Skip odd fields.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:
See Also
Send Feedback on this topic to the authors