com.tencent.av.sdk
Class AVContext.StartContextCompleteCallback

java.lang.Object
  extended by com.tencent.av.sdk.AVContext.StartContextCompleteCallback
Enclosing class:
AVContext

public static class AVContext.StartContextCompleteCallback
extends java.lang.Object

startContext()的回调接口,用来异步返回启动结果。
此接口是和startContext()一起使用的回调函数,用来异步返回执行结果。


Constructor Summary
AVContext.StartContextCompleteCallback()
          构造函数。
 
Method Summary
 void OnComplete(int result)
          回调函数。返回异步执行结果
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVContext.StartContextCompleteCallback

public AVContext.StartContextCompleteCallback()
构造函数。

Method Detail

OnComplete

public void OnComplete(int result)
回调函数。返回异步执行结果

Parameters:
result:startContext异步执行结果。AV_OK表示执行成功, - 其他值表示执行失败 。