Class MediaFoundationDeviceInfo
Represents a device used by Windows Media Foundation e.g. a web camera or a microphone.
Inheritance
Inherited Members
Namespace: Telerik.Windows.MediaFoundation
Assembly: Telerik.Windows.MediaFoundation.dll
Syntax
public class MediaFoundationDeviceInfo
Properties
DeviceType
Gets or sets the GUID identifying the type of the device this instance represents.
Declaration
public MediaFoundationDeviceType DeviceType { get; set; }
Property Value
MediaFoundationDeviceType
|
FriendlyName
Gets or sets a user-friendly identifier for this device.
Declaration
public string FriendlyName { get; set; }
Property Value
System.String
|
SymbolicName
Gets or sets the unique identifier that is used by Windows Media Foundation to identify this device.
Declaration
public string SymbolicName { get; set; }
Property Value
System.String
|
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
System.String
|