多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
  PPT播放相关api封装在AnyChatPlayer类中。 **初始化资源播放器:** ~~~ public int initAnyChatPlayer( ViewPager playView, String fileid, int type, AnyChatPlayerEvent iAnyChatPlayer ) ~~~ | 参数 | 说明 | | --- | --- | | playView | 播放PPT的控件 | | fileid | PPT资源下载任务初始化时设置的资源文件ID | | type | 播放类型(1为自助双录,2为远程双录) | | iAnyChatPlayer | PPT播放相关回调接口 | **播放状态回调接口:** a、播放状态接口回调 ~~~ void onPlayStatus(int playStatus); ~~~ 备注playStatus播放状态:1-->开始播放;2-->暂停播放; 3-->停止播放;4-->播放完成。 b、播放翻页接口回调 ~~~ void onScrollToIndex(int index,String path); ~~~ 备注:index:ppt索引    path:ppt路径