ClassMediaFoundationDeviceInfo
Class
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:
cs-api-definition
public class MediaFoundationDeviceInfo
Inheritance: objectMediaFoundationDeviceInfo
Properties
DeviceType
Gets or sets the GUID identifying the type of the device this instance represents.
Declaration
cs-api-definition
public MediaFoundationDeviceType DeviceType { get; set; }
Property Value
FriendlyName
Gets or sets a user-friendly identifier for this device.
SymbolicName
Gets or sets the unique identifier that is used by Windows Media Foundation to identify this device.
Methods
ToString()
Returns a string that represents the current object.