MF_CAPTURE_ENGINE_DEVICE_TYPE-Enumeration (mfcaptureengine.h)

Gibt einen Typ des Erfassungsgeräts an.

Syntax

typedef enum MF_CAPTURE_ENGINE_DEVICE_TYPE {
  MF_CAPTURE_ENGINE_DEVICE_TYPE_AUDIO = 0,
  MF_CAPTURE_ENGINE_DEVICE_TYPE_VIDEO = 0x1
} ;

Konstanten

 
MF_CAPTURE_ENGINE_DEVICE_TYPE_AUDIO
Wert: 0
Ein Audioaufnahmegerät, z. B. ein Mikrofon.
MF_CAPTURE_ENGINE_DEVICE_TYPE_VIDEO
Wert: 0x1
Ein Videoaufnahmegerät, z. B. eine Webcam.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 8 [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2012 [Desktop-Apps | UWP-Apps]
Kopfzeile mfcaptureengine.h

Weitere Informationen

Media Foundation-Enumerationen