KS_AMVP_SELECTFORMATBY enumeration (ksmedia.h)

The KS_AMVP_SELECTFORMATBY enumeration specifies the criteria that the Overlay Mixer Filter should use to select the video format.

Syntax

typedef enum {
  KS_AMVP_DO_NOT_CARE,
  KS_AMVP_BEST_BANDWIDTH,
  KS_AMVP_INPUT_SAME_AS_OUTPUT
} KS_AMVP_SELECTFORMATBY;

Constants

 
KS_AMVP_DO_NOT_CARE
The format does not matter.
KS_AMVP_BEST_BANDWIDTH
Use the largest available bandwidth.
KS_AMVP_INPUT_SAME_AS_OUTPUT
Use the same format for output as input.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)