Uses of Class
com.tencent.av.sdk.AVContext.Config

Uses of AVContext.Config in com.tencent.av.sdk
 

Methods in com.tencent.av.sdk with parameters of type AVContext.Config
static AVContext AVContext.createContext(AVContext.Config config)
          创建一个AVContext的实例。
同步返回结果。该方法返回一个AVContext的实例。
目前AVContext是单实例的,如果已经存在一个AVContext实例,再次调用CreateContext()的时候会失败。