Microsoft DirectX 8.0

AMVP_SELECT_FORMAT_BY Enumeration

Enumerated Types

Specifies the criteria that the Overlay Mixer should use to select the video format.

Syntax

typedef enum _AMVP_SELECT_FORMAT_BY{
AMVP_DO_NOT_CARE,
AMVP_BEST_BANDWIDTH,
AMVP_INPUT_SAME_AS_OUTPUT
} AMVP_SELECT_FORMAT_BY;

Elements

AMVP_DO_NOT_CARE
Format doesn't matter.
AMVP_BEST_BANDWIDTH
Use the largest bandwidth.
AMVP_INPUT_SAME_AS_OUTPUT
Use the same input format as output format.