DECIMATION_USAGE enumeration (strmif.h)
Describes the strategy that the Overlay Mixer Filter filter uses to scale the video image down to a smaller size.
Syntax
typedef enum _DECIMATION_USAGE {
DECIMATION_LEGACY = 0,
DECIMATION_USE_DECODER_ONLY,
DECIMATION_USE_VIDEOPORT_ONLY,
DECIMATION_USE_OVERLAY_ONLY,
DECIMATION_DEFAULT
} DECIMATION_USAGE;
Constants
DECIMATION_LEGACYValue: 0 Decimate the video by taking the following steps, in the order listed, until one of them succeeds.
|
DECIMATION_USE_DECODER_ONLYDecimate using the scaler on the video decoder. If that fails, crop the video image. |
DECIMATION_USE_VIDEOPORT_ONLYDecimate using the scaler on the video port. If that fails, crop the video image. |
DECIMATION_USE_OVERLAY_ONLYDecimate using the overlay scaler on the VGA chip. If that fails, crop the video image. |
DECIMATION_DEFAULTDecimate the video by taking the following steps, in the order listed, until one of them succeeds.
This mode is the default decimation strategy. |
Requirements
| Header | strmif.h (include Dshow.h) |