#include <nertc_video_device_manager.h>
◆ enumerateCaptureDevices()
获取系统中所有的视频采集设备列表。
该方法返回一个 IDeviceCollection 对象,包含系统中所有的音频采集设备。通过IDeviceCollection 对象,App 可以枚举视频采集设备。
- 注解
- 在使用结束后,App 需调用 destroy 方法销毁返回的对象。
- 返回
-
◆ getDevice()
virtual int nertc::IVideoDeviceManager::getDevice |
( |
char |
device_id[kNERtcMaxDeviceIDLength] | ) |
|
|
pure virtual |
◆ setDevice()
virtual int nertc::IVideoDeviceManager::setDevice |
( |
const char |
device_id[kNERtcMaxDeviceIDLength] | ) |
|
|
pure virtual |
指定视频采集设备。
- 参数
-
device_id | 视频采集设备的设备 ID。可以通过 enumerateCaptureDevices 获取。 |
- 返回
-
该类的文档由以下文件生成: