Represents a device used by Windows Media Foundation e.g. a web camera or a microphone.
Definition
Namespace:Telerik.Windows.MediaFoundation
Assembly:Telerik.Windows.MediaFoundation.dll
Syntax:
C#
public class MediaFoundationDeviceInfo
Inheritance: objectMediaFoundationDeviceInfo
Properties
Gets or sets the GUID identifying the type of the device this instance represents.
C#
public MediaFoundationDeviceType DeviceType { get; set; }
Gets or sets a user-friendly identifier for this device.
C#
public string FriendlyName { get; set; }
Gets or sets the unique identifier that is used by Windows Media Foundation to identify this device.
C#
public string SymbolicName { get; set; }
Methods
Returns a string that represents the current object.