Class
MediaFoundationDeviceInfo

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

MediaFoundationDeviceType

FriendlyName

Gets or sets a user-friendly identifier for this device.

Declaration

cs-api-definition
public string FriendlyName { get; set; }

Property Value

string

SymbolicName

Gets or sets the unique identifier that is used by Windows Media Foundation to identify this device.

Declaration

cs-api-definition
public string SymbolicName { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()