Suggestions

close search

Add Messaging, Voice, and Authentication to your apps with Vonage Communications APIs

Visit the Vonage API Developer Portal

OpenTok.AudioDevice.OutputAudioDevice

Represents an output audio device (such as headphones or speakers) available on the Windows system. See EnumerateOutputAudioDevices and SetOutputAudioDevice. More...

Public Member Functions

override int GetHashCode ()
 Returns the hashcode for this instance. More...
override bool Equals (object obj)
 Returns a vaule specifying whether this object is equal to a specified object. More...
override string ToString ()
 Return string representation of the object More...

Properties

string Name [get]
string Id [get]
 The ID of the device. More...

Detailed Description

Represents an output audio device (such as headphones or speakers) available on the Windows system. See EnumerateOutputAudioDevices and SetOutputAudioDevice.

Member Function Documentation

◆ Equals()

override bool OpenTok.AudioDevice.OutputAudioDevice.Equals ( object  obj)

Returns a vaule specifying whether this object is equal to a specified object.

Parameters
objThe object to compare to.
Returns
True if equal.

◆ GetHashCode()

override int OpenTok.AudioDevice.OutputAudioDevice.GetHashCode ( )

Returns the hashcode for this instance.

Returns
Hashcode for this instance.

◆ ToString()

override string OpenTok.AudioDevice.OutputAudioDevice.ToString ( )

Return string representation of the object

Returns
String representation of the object

Property Documentation

◆ Id

string OpenTok.AudioDevice.OutputAudioDevice.Id

The ID of the device.