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.

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 : | | | | --- | --- | | obj | The 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