Microsoft DirectX 9.0 |
Specifies the criteria that the Overlay Mixer Filter 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.
See Also