Represents the hardware type of a device capable of capturing media.
Definition
Namespace:Telerik.Windows.MediaFoundation
Assembly:Telerik.Windows.MediaFoundation.dll
Syntax:
C#
public enum MediaFoundationDeviceType
Fields
A device that is capable of capturing audio.
C#
AudioCapture = 0
A device that is capable of capturing video.
C#
VideoCapture = 1