连接错误码的返回主要有
debugSessionInfo(Camera camera, int resultCode)
debugChannelInfo(Camera camera, int avChannel, int resultCode)
这两个接口返回resultCode;
debugSessionInfo是IOTCAPIs连接返回的错误码;
debugChannelInfo是AVAPIs连接返回的错误码;
比如:debugSessionInfo里面回调出-48,-48代表连接数过多;
本文介绍了两个用于返回连接错误码的接口debugSessionInfo和debugChannelInfo。debugSessionInfo接口由IOTCAPIs调用,返回连接数过多等错误码;debugChannelInfo接口由AVAPIs调用,同样返回特定的错误码。
235

被折叠的 条评论
为什么被折叠?



