NERtc Windows SDK
V4.4.301
|
#include <nertc_device_collection.h>
Public 成员函数 | |
virtual uint16_t | getCount ()=0 |
virtual int | getDevice (uint16_t index, char device_name[kNERtcMaxDeviceNameLength], char device_id[kNERtcMaxDeviceIDLength])=0 |
virtual int | getDeviceInfo (uint16_t index, NERtcDeviceInfo *device_info)=0 |
virtual void | destroy ()=0 |
Device-related methods.
The interface class gets device-related information.
|
pure virtual |
Releases all IDeviceCollection resources.
|
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. |
device_name | Device name. |
device_id | Device ID. |
|
pure virtual |
Searches specified information about index-related devices.
index | specifies the device information that you want to check. |
device_info | For information about device information, see NERtcDeviceInfo. |