AMVP_SELECT_FORMAT_BY enumeration
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;
Constants
| AMVP_DO_NOT_CARE | Format does not matter. |
| AMVP_BEST_BANDWIDTH | Use the largest bandwidth. |
| AMVP_INPUT_SAME_AS_OUTPUT | Use the same input format as output format. |
Requirements
| Header | vptype.h |