KS_AMVP_SELECTFORMATBY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksmedia-ks_amvp_selectformatby)

KS_AMVP_SELECTFORMATBY enumeration

Description

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

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.