NERtc Unity SDK V.5.4.128
|
Public 成员函数 | |
ushort | GetCount () |
int | GetDevice (ushort index, out string deviceName, out string deviceId) |
int | GetDeviceInfo (ushort index, ref RtcDeviceInfo deviceInfo) |
void | Destroy () |
设备相关方法。
此接口类获取设备相关的信息。
|
abstract |
获取设备数量。
|
abstract |
获取指定 index 的设备信息。
index | 指定想查询的设备信息。必须小于 GetCount返回的值。 |
deviceName | 设备名称。 |
deviceId | 设备 ID。 |
|
abstract |
检索有关索引设备的指定信息。
index | 指定想查询的设备信息。 |
deviceInfo | 设备信息,详细信息请参考 RtcDeviceInfo。 |
|
abstract |
释放所有 IDeviceCollection 资源。