Microsoft DirectX 9.0 |
Specifies the various modes for video ports.
Syntax
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
AMVP_MODE_BOBINTERLEAVED
Interleaved
MODE_BOBNONINTERLEAVED
Noninterleaved bob. Bob mode in which resources are not allocated to switch to weave mode.
AMVP_MODE_SKIPEVEN
Skip even
AMVP_MODE_SKIPODD
Skip odd fields.
See Also