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.
Defines the values for the source stream category.
Syntax
typedef enum MF_CAPTURE_ENGINE_STREAM_CATEGORY {
MF_CAPTURE_ENGINE_STREAM_CATEGORY_VIDEO_PREVIEW = 0,
MF_CAPTURE_ENGINE_STREAM_CATEGORY_VIDEO_CAPTURE = 0x1,
MF_CAPTURE_ENGINE_STREAM_CATEGORY_PHOTO_INDEPENDENT = 0x2,
MF_CAPTURE_ENGINE_STREAM_CATEGORY_PHOTO_DEPENDENT = 0x3,
MF_CAPTURE_ENGINE_STREAM_CATEGORY_AUDIO = 0x4,
MF_CAPTURE_ENGINE_STREAM_CATEGORY_UNSUPPORTED = 0x5,
MF_CAPTURE_ENGINE_STREAM_CATEGORY_METADATA
} ;
Constants
MF_CAPTURE_ENGINE_STREAM_CATEGORY_VIDEO_PREVIEWValue: 0 Specifies a video preview stream. |
MF_CAPTURE_ENGINE_STREAM_CATEGORY_VIDEO_CAPTUREValue: 0x1 Specifies a video capture stream. |
MF_CAPTURE_ENGINE_STREAM_CATEGORY_PHOTO_INDEPENDENTValue: 0x2 Specifies an independent photo stream. |
MF_CAPTURE_ENGINE_STREAM_CATEGORY_PHOTO_DEPENDENTValue: 0x3 Specifies a dependent photo stream. |
MF_CAPTURE_ENGINE_STREAM_CATEGORY_AUDIOValue: 0x4 Specifies an audio stream. |
MF_CAPTURE_ENGINE_STREAM_CATEGORY_UNSUPPORTEDValue: 0x5 Specifies an unsupported stream. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Header | mfcaptureengine.h |