Class MediaFoundationDeviceType
Represents the hardware type of a device capable of capturing media.
Inheritance
System.Object
MediaFoundationDeviceType
Namespace: Telerik.Windows.MediaFoundation
Assembly: Telerik.Windows.MediaFoundation.dll
Syntax
public sealed class MediaFoundationDeviceType : Enum
Fields
AudioCapture
A device that is capable of capturing audio.
Declaration
public const MediaFoundationDeviceType AudioCapture
Field Value
MediaFoundationDeviceType
|
value__
Declaration
public int value__
Field Value
System.Int32
|
VideoCapture
A device that is capable of capturing video.
Declaration
public const MediaFoundationDeviceType VideoCapture
Field Value
MediaFoundationDeviceType
|