Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
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;
Members
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.
Requirements
Header: Dshow.h
See Also