NERtc Unity SDK V.5.4.128
|
Public 成员函数 | |
IDeviceCollection | EnumerateCaptureDevices () |
int | SetDevice (RtcVideoStreamType type, string deviceId) |
int | GetDevice (RtcVideoStreamType type, out string deviceId) |
视频设备管理方法。
此接口类提供用于管理视频设备的相关接口。 可通过 IRtcEngine 类来获取 IVideoDeviceManager 接口。该接口类只支持 Windows 和 macOS 系统,不支持 Android 和 iOS 系统。
|
abstract |
获取系统中所有的视频采集设备列表。
该方法返回一个 IDeviceCollection 对象,包含系统中所有的音频采集设备。通过 IDeviceCollection 对象,App 可以枚举视频采集设备。
|
abstract |
指定视频采集设备。
通过本接口可以实现为主流或辅流视频通道选择视频采集设备。
参数名称 | 类型 | 描述 |
---|---|---|
type | see RtcVideoStreamType | 视频通道类型:
|
deviceId | string | 视频采集设备的设备 ID。可以通过 EnumerateCaptureDevices 接口获取。 |
|
abstract |
获取当前使用的视频采集设备信息。
通过本接口可以实现获取主流或辅流视频通道已选择的视频采集设备信息。
参数名称 | 类型 | 描述 |
---|---|---|
type | see RtcVideoStreamType | 视频通道类型:
|
deviceId | string | 视频采集设备的设备 ID。可以通过 EnumerateCaptureDevices 接口获取。 |