Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
Specifies a type of capture sink.
Syntax
typedef enum MF_CAPTURE_ENGINE_SINK_TYPE {
MF_CAPTURE_ENGINE_SINK_TYPE_RECORD = 0,
MF_CAPTURE_ENGINE_SINK_TYPE_PREVIEW = 0x1,
MF_CAPTURE_ENGINE_SINK_TYPE_PHOTO = 0x2
} ;
Constants
MF_CAPTURE_ENGINE_SINK_TYPE_RECORD Value: 0 A recording sink, for capturing audio and video to a file. |
MF_CAPTURE_ENGINE_SINK_TYPE_PREVIEW Value: 0x1 A preview sink, for previewing live audio or video. |
MF_CAPTURE_ENGINE_SINK_TYPE_PHOTO Value: 0x2 A photo sink, for capturing still images. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | mfcaptureengine.h |