MF_CAPTURE_ENGINE_DEVICE_TYPE enumeration
Specifies a type of capture device.
Syntax
typedef enum MF_CAPTURE_ENGINE_DEVICE_TYPE { MF_CAPTURE_ENGINE_DEVICE_TYPE_AUDIO = 0x00000000, MF_CAPTURE_ENGINE_DEVICE_TYPE_VIDEO = 0x00000001 } MF_CAPTURE_ENGINE_DEVICE_TYPE;
Constants
- MF_CAPTURE_ENGINE_DEVICE_TYPE_AUDIO
-
An audio capture device, such as a microphone.
- MF_CAPTURE_ENGINE_DEVICE_TYPE_VIDEO
-
A video capture device, such as a webcam.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: