Represents an input audio device (such as a microphone) available on the Windows system. See EnumerateInputAudioDevices and SetInputAudioDevice.
More...
|
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...
|
|
string | Name [get] |
string | Id [get] |
| The ID of the device. More...
|
Represents an input audio device (such as a microphone) available on the Windows system. See EnumerateInputAudioDevices and SetInputAudioDevice.
◆ 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
◆ Id
string OpenTok.AudioDevice.InputAudioDevice.Id |
|