|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tencent.av.sdk.AVContext.StartContextCompleteCallback
public static class AVContext.StartContextCompleteCallback
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 |
---|
public AVContext.StartContextCompleteCallback()
Method Detail |
---|
public void OnComplete(int result)
result:startContext异步执行结果。AV_OK表示执行成功,
- 其他值表示执行失败 。
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |