Suggestions

close search

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

Visit the Vonage API Developer Portal

OpenTok.AudioDevice.InputAudioDevice

Represents an input audio device (such as a microphone) available on the Windows system. See EnumerateInputAudioDevices and SetInputAudioDevice. 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 input audio device (such as a microphone) available on the Windows system. See EnumerateInputAudioDevices and SetInputAudioDevice.

Member Function Documentation

◆ Equals()

override bool OpenTok.AudioDevice.InputAudioDevice.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.InputAudioDevice.GetHashCode ( )

Returns the hashcode for this instance.

Returns
Hashcode for this instance.

◆ ToString()

override string OpenTok.AudioDevice.InputAudioDevice.ToString ( )

Return string representation of the object

Returns
String representation of the object

Property Documentation

◆ Id

string OpenTok.AudioDevice.InputAudioDevice.Id

The ID of the device.