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 device.
Syntax
typedef enum MF_CAPTURE_ENGINE_DEVICE_TYPE {
MF_CAPTURE_ENGINE_DEVICE_TYPE_AUDIO = 0,
MF_CAPTURE_ENGINE_DEVICE_TYPE_VIDEO = 0x1
} ;
Constants
MF_CAPTURE_ENGINE_DEVICE_TYPE_AUDIO Value: 0 An audio capture device, such as a microphone. |
MF_CAPTURE_ENGINE_DEVICE_TYPE_VIDEO Value: 0x1 A video capture device, such as a webcam. |
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 |