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

Uses of AVContext in com.tencent.av.sdk
 

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