- ILiveCloudPlugin - Class in com.qihoo.livecloud.plugin
-
插件接口基类
Created by LeiXiaojun on 2017/8/28.
- ILiveCloudPlugin.PluginCallback - Interface in com.qihoo.livecloud.plugin
-
插件安装或升级回调接口
- ILiveCloudPlugin.PluginDownloadCallback - Interface in com.qihoo.livecloud.plugin
-
插件下载回调接口
- ILiveCloudPlugin.PluginDownloadListener - Interface in com.qihoo.livecloud.plugin
-
插件下载监听接口
- ILiveCloudPluginEx - Class in com.qihoo.livecloud.plugin
-
所有依赖公共库的模块必须从该类继承,该类内部会处理公共库的依赖问题
Created by LeiXiaojun on 2017/12/12.
- ILiveCloudPluginEx(String, String, String, long) - Constructor for class com.qihoo.livecloud.plugin.ILiveCloudPluginEx
-
- INFO_CONNECT_INBACKGOURND - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
主播切入后台
- INFO_DEVICE_RENDER_ERR - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
渲染过程中出现错误
- INFO_DEVICE_RENDER_FIRST_FRAME - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
渲染第一帧消息
- INFO_DEVICE_RENDER_QUERY_SURFACE - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
渲染过程中底层surface为空,尝试请求设置
- INFO_DEVICE_RENDER_SURFACE_CHANGE - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
渲染过程中底层surface修改
- INFO_EXTRA_EMPTY - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
info 附加信息为空
- INFO_EXTRA_H265_PLAY_FAILED - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
h265播放失败
- INFO_EXTRA_H265_START_PLAY - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
H265开始播放
- INFO_EXTRA_VIDEO_CACHE_FAILED - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
小视频缓存失败
- INFO_EXTRA_VIDEO_CACHE_SUCCESS - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
小视频缓存成功
- INFO_LIVE_PLAY_FPS - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
直播的帧率
- INFO_LIVE_PLAY_SPEED - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
播放速度,以k/s为单位
- INFO_LIVE_PLAY_START - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
直播刚开始播放,调用一次
- INFO_PLAY_H265 - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
H265流播放通知
- INFO_PLAYER_CLOSE - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
播放器关闭消息
- INFO_PLAYER_OPEN_SUCCESS - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
播放器打开成功,获取到了PlayerId
- INFO_PLAYER_PLUGIN_DOWNLOAD_SUCCESS - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
播放器插件下载成功
- INFO_PLAYER_PLUGIN_START_DOWNLOAD - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
开始下载播放器插件
- INFO_RENDER_RESET_SURFACE - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
reset surface
- INFO_SEEK_FAILED - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
seek操作失败
- INFO_SESSION_CLOSED - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
会话关闭
- INFO_VIDEO_CACHE - Static variable in interface com.qihoo.videocloud.IQHVCPlayer
-
小视频缓存消息
- init(QHVCSdkConfig) - Method in class com.qihoo.livecloud.sdk.QHVCSdk
-
SDK初始化
- IQHVCPlayer - Interface in com.qihoo.videocloud
-
播放器基本功能
- IQHVCPlayer.Error - Annotation Type in com.qihoo.videocloud
-
错误信息
- IQHVCPlayer.ErrorExtra - Annotation Type in com.qihoo.videocloud
-
错误信息-补充说明
- IQHVCPlayer.Info - Annotation Type in com.qihoo.videocloud
-
播放info
- IQHVCPlayer.InfoExtra - Annotation Type in com.qihoo.videocloud
-
播放info
- IQHVCPlayer.MediaInfoKey - Annotation Type in com.qihoo.videocloud
-
多媒体信息key
- IQHVCPlayer.OnBufferingEventListener - Interface in com.qihoo.videocloud
-
缓冲事件
- IQHVCPlayer.OnBufferingUpdateListener - Interface in com.qihoo.videocloud
-
Interface definition of a callback to be invoked indicating buffering
status of a media resource being streamed over the network.
- IQHVCPlayer.OnCompletionListener - Interface in com.qihoo.videocloud
-
Interface definition for a callback to be invoked when playback of
a media source has completed.
- IQHVCPlayer.OnErrorListener - Interface in com.qihoo.videocloud
-
Interface definition of a callback to be invoked when there
has been an error during an asynchronous operation (other errors
will throw exceptions at method call time).
- IQHVCPlayer.OnInfoListener - Interface in com.qihoo.videocloud
-
Interface definition of a callback to be invoked to communicate some
info and/or warning about the media or its playback.
- IQHVCPlayer.OnPreparedListener - Interface in com.qihoo.videocloud
-
- IQHVCPlayer.onProgressChangeListener - Interface in com.qihoo.videocloud
-
- IQHVCPlayer.OnSeekCompleteListener - Interface in com.qihoo.videocloud
-
Interface definition of a callback to be invoked indicating
the completion of a seek operation.
- IQHVCPlayer.OnVideoSizeChangedListener - Interface in com.qihoo.videocloud
-
Interface definition of a callback to be invoked when the
video size is first known or updated
- IQHVCPlayer.PlayType - Annotation Type in com.qihoo.videocloud
-
播放类型
- IQHVCPlayerAdvanced - Interface in com.qihoo.videocloud
-
播放器高级功能
- IQHVCPlayerAdvanced.DecodeMode - Annotation Type in com.qihoo.videocloud
-
解码模式
- IQHVCPlayerAdvanced.OnAudioPCMListener - Interface in com.qihoo.videocloud
-
- IQHVCPlayerAdvanced.OnAudioVolumeListener - Interface in com.qihoo.videocloud
-
音量listener
- IQHVCPlayerAdvanced.OnPlayerNetStatsListener - Interface in com.qihoo.videocloud
-
- IQHVCPlayerAdvanced.OnRecordListener - Interface in com.qihoo.videocloud
-
视频/gif录制listener
- IQHVCPlayerAdvanced.OnUserDefinedDataListener - Interface in com.qihoo.videocloud
-
user defined data
- IQHVCPlayerAdvanced.OptionKey - Annotation Type in com.qihoo.videocloud
-
setDataSource options key
- IQHVCPlayerAdvanced.PlayMode - Annotation Type in com.qihoo.videocloud
-
播放模式
- IQHVCPlayerAdvanced.QHVCSwitchResolutionError - Interface in com.qihoo.videocloud
-
切分辨率错误
- IQHVCPlayerAdvanced.QHVCSwitchResolutionListener - Interface in com.qihoo.videocloud
-
切换分辨率回调
- IQHVCPlayerAdvanced.RecorderFormat - Annotation Type in com.qihoo.videocloud
-
视频录制格式
- IQHVCPlayerAdvanced.RenderMode - Annotation Type in com.qihoo.videocloud
-
渲染填充模式
- IQHVCPlayerAdvanced.StopReason - Annotation Type in com.qihoo.videocloud
-
停止播放的原因
业务可自行定义
- IQHVCPlayerAdvanced.SurfaceRenderListener - Interface in com.qihoo.videocloud
-
视频渲染高级接口,业务方可通过自定义顶点着色器及片段着色器修改默认的渲染
- isCancelled() - Method in interface com.qihoo.livecloud.plugin.ILiveCloudPlugin.PluginDownloadCallback
-
插件下载任务是否取消,插件下载过程中业务方必须及时调用该接口终止下载任务
- isDefaultPlayBackRate(float) - Static method in class com.qihoo.videocloud.QHVCPlayer
-
- isDefaultPluginInstalled() - Method in class com.qihoo.livecloud.plugin.ILiveCloudPlugin
-
检测是否自带插件
- isDefaultPluginInstalled() - Method in class com.qihoo.livecloud.plugin.ILiveCloudPluginEx
-
检测是否自带插件
- isDefaultPluginInstalled(String) - Method in class com.qihoo.livecloud.plugin.LiveCloudPlugin
-
检测是否自带插件
- isDefaultPluginInstalled() - Method in class com.qihoo.videocloud.QHVCPlayerPlugin
-
- isMute() - Method in interface com.qihoo.videocloud.IQHVCPlayer
-
是否是静音状态
- isMute() - Method in class com.qihoo.videocloud.QHVCPlayer
-
- isPaused() - Method in interface com.qihoo.videocloud.IQHVCPlayer
-
视频是否处于暂停状态
- isPaused() - Method in class com.qihoo.videocloud.QHVCPlayer
-
- isPlaying() - Method in interface com.qihoo.videocloud.IQHVCPlayer
-
是否正在播放
- isPlaying() - Method in class com.qihoo.videocloud.QHVCPlayer
-
- isPluginInstalled() - Method in class com.qihoo.livecloud.plugin.ILiveCloudPlugin
-
检测插件是否已安装
- isPluginInstalled() - Method in class com.qihoo.livecloud.plugin.ILiveCloudPluginEx
-
检测插件是否已安装
- isPluginInstalled(String, String) - Method in class com.qihoo.livecloud.plugin.LiveCloudPlugin
-
检测插件是否已安装
- isPluginInstalled() - Method in class com.qihoo.videocloud.QHVCPlayerPlugin
-
- isPluginInstalled(String) - Method in class com.qihoo.videocloud.QHVCPlayerPlugin
-
检测插件是否已安装
- isPluginLoaded() - Method in class com.qihoo.livecloud.plugin.ILiveCloudPlugin
-
插件是否已加载
- isPluginLoaded(String) - Method in class com.qihoo.livecloud.plugin.LiveCloudPlugin
-
插件是否已加载
- isPluginLoaded() - Method in class com.qihoo.videocloud.QHVCPlayerPlugin
-
- isPluginValid() - Method in class com.qihoo.livecloud.plugin.ILiveCloudPlugin
-
插件是否有效,分两种情况:
1.系统自带
2.动态下载且加载成功
- isPluginValid() - Method in class com.qihoo.livecloud.plugin.ILiveCloudPluginEx
-
插件是否有效,分两种情况(前提是依赖的插件必须同时有效):
1.系统自带
2.动态下载且加载成功
- isPluginValid(String) - Method in class com.qihoo.livecloud.plugin.LiveCloudPlugin
-
插件是否有效,分两种情况:
1.系统自带
2.动态下载且加载成功
- isPluginValid() - Method in class com.qihoo.videocloud.QHVCPlayerPlugin
-
- isSystemMediaPlayer() - Method in interface com.qihoo.videocloud.IQHVCPlayerAdvanced
-
是否是系统播放器
- isSystemMediaPlayer() - Method in class com.qihoo.videocloud.QHVCPlayer
-
- isUseHdRedord(int, int) - Method in class com.qihoo.videocloud.QHVCPlayer
-
是否开启硬编
- isWriteLogs() - Method in class com.qihoo.livecloud.sdk.DebugUtils
-
是否打开日志