********************* SDK 初始化 ********************* .. code-block:: html class XXX : public IAVDEngine::IListener { public: void onInitResult(Result result) { } ... } IAVDEngine::Instance()->setLogParams("info",""); Result ret = IAVDEngine::Instance()->init( this, tee3_avd_server, tee3_app_key, tee3_secret_key);