Class MediaFoundationDeviceInfo
Inheritance
System.Object
MediaFoundationDeviceInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.MediaFoundation
Assembly: Telerik.Windows.MediaFoundation.dll
Syntax
public class MediaFoundationDeviceInfo
Properties
DeviceType
Declaration
public MediaFoundationDeviceType DeviceType { get; set; }
Property Value
MediaFoundationDeviceType
|
FriendlyName
Declaration
public string FriendlyName { get; set; }
Property Value
System.String
|
SymbolicName
Declaration
public string SymbolicName { get; set; }
Property Value
System.String
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()