Uses of Class
com.tencent.av.sdk.AVView

Uses of AVView in com.tencent.av.sdk
 

Methods in com.tencent.av.sdk with parameters of type AVView
protected  void AVEndpoint.RequestViewListCompleteCallback.OnComplete(java.lang.String[] identifierList, AVView[] viewList, int count, int result)
          回调函数
static int AVEndpoint.requestViewList(java.lang.String[] identifierList, AVView[] viewList, int count, AVEndpoint.RequestViewListCompleteCallback completeCallback)
          请求多个成员的视频画面。
异步返回结果。请求画面操作是互斥的,必须等到上一次请求操作回调回来后才进行下一次请求。
同一个时间点只能请求一次成员的画面,必须等待异步结果返回后,才能进行新的请求画面操作。
在请求画面前最好检查该成员是否有对应的视频源。
注意: .