MF_CAPTURE_ENGINE_SINK_TYPE enumeration
Specifies a type of capture sink.
Syntax
typedef enum MF_CAPTURE_ENGINE_SINK_TYPE { MF_CAPTURE_ENGINE_SINK_TYPE_RECORD = 0x00000000, MF_CAPTURE_ENGINE_SINK_TYPE_PREVIEW = 0x00000001, MF_CAPTURE_ENGINE_SINK_TYPE_PHOTO = 0x00000002 } MF_CAPTURE_ENGINE_SINK_TYPE;
Constants
- MF_CAPTURE_ENGINE_SINK_TYPE_RECORD
-
A recording sink, for capturing audio and video to a file.
- MF_CAPTURE_ENGINE_SINK_TYPE_PREVIEW
-
A preview sink, for previewing live audio or video.
- MF_CAPTURE_ENGINE_SINK_TYPE_PHOTO
-
A photo sink, for capturing still images.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also
Show: