Table of Contents

Class AudioOutputDeviceInfo

Namespace
VisioForge.Core.Types.X.Output
Assembly
VisioForge.Core.dll

Audio output device info.

public class AudioOutputDeviceInfo : IComparable

Inheritance

Implements

Inherited Members

Constructors

AudioOutputDeviceInfo(Device)

Initializes a new instance of the VisioForge.Core.Types.X.Output.AudioOutputDeviceInfo class.

public AudioOutputDeviceInfo(Device device)

Parameters

device Device

The device.

Properties

API

Gets the API.

public AudioOutputDeviceAPI API { get; }

Property Value

AudioOutputDeviceAPI

DevicePath

Gets device path.

public string DevicePath { get; }

Property Value

string

DisplayName

Gets device name including API.

public string DisplayName { get; }

Property Value

string

Guid

Gets or sets the unique identifier.

public Guid Guid { get; }

Property Value

Guid

InternalName

Gets the internal name.

public string InternalName { get; }

Property Value

string

Name

Gets device name.

public string Name { get; }

Property Value

string

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

obj object

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 obj in the sort order.
Zero This instance occurs in the same position in the sort order as obj.
Greater than zero This instance follows obj in the sort order.

GetDevice()

Gets the device.

public Device GetDevice()

Returns

Device

Gst.Device.

ToString()

Class as a string.

public override string ToString()

Returns

string

Returns String.