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