NERtc Unity SDK
V4.5.907
|
Public Member Functions | |
abstract ushort | GetCount () |
abstract int | GetDevice (ushort index, out string deviceName, out string deviceId) |
abstract int | GetDeviceInfo (ushort index, ref RtcDeviceInfo deviceInfo) |
abstract void | Destroy () |
Device-related methods.
The interface class gets device-related information.
|
pure virtual |
Gets the number of devices.
|
pure virtual |
Gets the device information of the specified index.
index | specifies the device information that you want to check. The value must be lower than the value returned by GetCount. |
deviceName | Device name. |
deviceId | Device ID. |
|
pure virtual |
Searches specified information about index-related devices.
index | specifies the device information that you want to check. |
deviceInfo | For information about device information, see RtcDeviceInfo. |
|
pure virtual |
Releases all IDeviceCollection resources.