Class AudioOutputDeviceInfo
- Namespace
- VisioForge.Core.Types.X.Output
- Assembly
- VisioForge.Core.dll
Audio output device info.
public class AudioOutputDeviceInfo : IComparableInheritance
Implements
Inherited Members
Constructors
AudioOutputDeviceInfo(Device)
Initializes a new instance of the VisioForge.Core.Types.X.Output.AudioOutputDeviceInfo class.
public AudioOutputDeviceInfo(Device device)Parameters
deviceDevice-
The device.
Properties
API
Gets the API.
public AudioOutputDeviceAPI API { get; }Property Value
DevicePath
Gets device path.
public string DevicePath { get; }Property Value
DisplayName
Gets device name including API.
public string DisplayName { get; }Property Value
Guid
Gets or sets the unique identifier.
public Guid Guid { get; }Property Value
InternalName
Gets the internal name.
public string InternalName { get; }Property Value
Name
Gets device name.
public string Name { get; }Property Value
Methods
CompareTo(object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
public int CompareTo(object obj)Parameters
objobject-
An object to compare with this instance.
Returns
- int
-
A value that indicates the relative order of the objects being compared. The return value has these meanings:
Value Meaning Less than zero This instance precedes objin the sort order.Zero This instance occurs in the same position in the sort order as obj.Greater than zero This instance follows objin the sort order.
GetDevice()
Gets the device.
public Device GetDevice()Returns
- Device
-
Gst.Device.
ToString()
Class as a string.
public override string ToString()