TKVideo 类是talk对视频设备做的管理
getvideocount
-
简要描述
获取视频设备数量
-
接口详解
int getvideocount(struct roomclient* client)
返回值:视频设备的数量
getvideo
-
简要描述
通过索引获取视频设备名称和id
-
接口详解
void getvideo(struct roomclient* client,int index, char cameraname[], char deviceid[])
参数:
参数 | 说明 |
---|---|
index | 设备索引 |
cameraname | 设备名称 |
deviceid | 设备ID |
getvideoex
-
简要描述
获取当前使用的视频设备
-
接口详解
void getvideoex(struct roomclient* client, char* current_devId)
参数:
参数 | 说明 |
---|---|
current_devId | 设备ID |
setvideo
-
简要描述
设置视频设备
-
接口详解
void setvideo(struct roomclient* client, char deviceid[])
参数:
参数 | 说明 |
---|---|
deviceid | 设备ID |
startVideoTest
-
简要描述
开始视频设备检测
-
接口详解
int startVideoTest( struct roomclient client , const char deviceId , const VideoCanvas_C& canvas) 参数:
参数 | 说明 |
---|---|
deviceId | 设备ID |
canvas(VideoCanvas_C) | 视频显示的窗口 |
stopDeviceTest
-
简要描述
停止视频设备检测
-
接口详解
int stopDeviceTest(struct roomclient* client)