// ksmedia.h
typedef enum {
KS_AMVP_DO_NOT_CARE,
KS_AMVP_BEST_BANDWIDTH,
KS_AMVP_INPUT_SAME_AS_OUTPUT
} KS_AMVP_SELECTFORMATBY;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_AMVP_SELECTFORMATBY enumeration specifies the criteria that the Overlay Mixer Filter should use to select the video format.
KS_AMVP_DO_NOT_CAREThe format does not matter.
KS_AMVP_BEST_BANDWIDTHUse the largest available bandwidth.
KS_AMVP_INPUT_SAME_AS_OUTPUTUse the same format for output as input.