ईवेंट्स
एआई स्किल्स फेस्ट चैलेंज में शामिल हों
8 अप्रैल, 3 pm - 28 मई, 7 am
अपने एआई कौशल को तेज करें और एक नि: शुल्क प्रमाणन परीक्षा जीतने के लिए स्वीपस्टेक में प्रवेश करें
Register now!यह ब्राउज़र अब समर्थित नहीं है.
नवीनतम सुविधाओं, सुरक्षा अपडेट और तकनीकी सहायता का लाभ लेने के लिए Microsoft Edge में अपग्रेड करें.
नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
Describes the strategy that the Overlay Mixer Filter filter uses to scale the video image down to a smaller size.
typedef enum _DECIMATION_USAGE {
DECIMATION_LEGACY = 0,
DECIMATION_USE_DECODER_ONLY,
DECIMATION_USE_VIDEOPORT_ONLY,
DECIMATION_USE_OVERLAY_ONLY,
DECIMATION_DEFAULT
} DECIMATION_USAGE;
DECIMATION_LEGACY Value: 0 Decimate the video by taking the following steps, in the order listed, until one of them succeeds.
|
DECIMATION_USE_DECODER_ONLY Decimate using the scaler on the video decoder. If that fails, crop the video image. |
DECIMATION_USE_VIDEOPORT_ONLY Decimate using the scaler on the video port. If that fails, crop the video image. |
DECIMATION_USE_OVERLAY_ONLY Decimate using the overlay scaler on the VGA chip. If that fails, crop the video image. |
DECIMATION_DEFAULT Decimate the video by taking the following steps, in the order listed, until one of them succeeds.
This mode is the default decimation strategy. |
Requirement | Value |
---|---|
Header | strmif.h (include Dshow.h) |
ईवेंट्स
एआई स्किल्स फेस्ट चैलेंज में शामिल हों
8 अप्रैल, 3 pm - 28 मई, 7 am
अपने एआई कौशल को तेज करें और एक नि: शुल्क प्रमाणन परीक्षा जीतने के लिए स्वीपस्टेक में प्रवेश करें
Register now!