跳过导航链接
B C D G H I M O P R S V 

B

BasePlayerManager - com.shuyu.gsyvideoplayer.player中的类
播放器差异管理接口 Created by guoshuyu on 2018/1/11.
BasePlayerManager() - 类 的构造器com.shuyu.gsyvideoplayer.player.BasePlayerManager
 

C

cachePreview(Context, File, String) - 接口 中的方法com.shuyu.gsyvideoplayer.cache.ICacheManager
播放前判断是否缓存
clearCache(Context, File, String) - 接口 中的方法com.shuyu.gsyvideoplayer.cache.ICacheManager
清除缓存
com.shuyu.gsyvideoplayer.cache - 程序包 com.shuyu.gsyvideoplayer.cache
 
com.shuyu.gsyvideoplayer.model - 程序包 com.shuyu.gsyvideoplayer.model
 
com.shuyu.gsyvideoplayer.player - 程序包 com.shuyu.gsyvideoplayer.player
 

D

doCacheLogic(Context, IMediaPlayer, String, Map<String, String>, File) - 接口 中的方法com.shuyu.gsyvideoplayer.cache.ICacheManager
开始缓存逻辑

G

getBufferedPercentage() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
缓存进度
getCachePath() - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
getCategory() - 类 中的方法com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
getCurrentPosition() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 
getDuration() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 
getMapHeadData() - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
getMediaPlayer() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 
getName() - 类 中的方法com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
getNetSpeed() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
网络速度
getOverrideExtension() - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
getPlayerPreparedSuccessListener() - 类 中的方法com.shuyu.gsyvideoplayer.player.BasePlayerManager
 
getSpeed() - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
getUrl() - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
getValueInt() - 类 中的方法com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
getValueString() - 类 中的方法com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
getValueType() - 类 中的方法com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
getVideoHeight() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 
getVideoSarDen() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 
getVideoSarNum() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 
getVideoWidth() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 
GSYModel - com.shuyu.gsyvideoplayer.model中的类
视频内部接受数据model Created by shuyu on 2016/11/11.
GSYModel(String, Map<String, String>, boolean, float, boolean, File, String) - 类 的构造器com.shuyu.gsyvideoplayer.model.GSYModel
 

H

hadCached() - 接口 中的方法com.shuyu.gsyvideoplayer.cache.ICacheManager
播放中判断是否缓存,会频繁调用

I

ICacheManager - com.shuyu.gsyvideoplayer.cache中的接口
缓存管理接口 Created by guoshuyu on 2018/5/18.
ICacheManager.ICacheAvailableListener - com.shuyu.gsyvideoplayer.cache中的接口
缓存进度接口
initSuccess(GSYModel) - 类 中的方法com.shuyu.gsyvideoplayer.player.BasePlayerManager
 
initVideoPlayer(Context, Message, List<VideoOptionModel>, ICacheManager) - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
初始化播放内核
IPlayerInitSuccessListener - com.shuyu.gsyvideoplayer.player中的接口
播放器初始化成果回调
IPlayerManager - com.shuyu.gsyvideoplayer.player中的接口
播放器差异管理接口 Created by guoshuyu on 2018/1/11.
isCache() - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
isLooping() - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
isPlaying() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 
isSurfaceSupportLockCanvas() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
Surface是否支持外部lockCanvas,来自定义暂停时的绘制画面 exoplayer目前不支持,因为外部lock后,切换surface会导致异常

M

mPlayerInitSuccessListener - 类 中的变量com.shuyu.gsyvideoplayer.player.BasePlayerManager
 

O

onCacheAvailable(File, String, int) - 接口 中的方法com.shuyu.gsyvideoplayer.cache.ICacheManager.ICacheAvailableListener
 
onPlayerInitSuccess(IMediaPlayer, GSYModel) - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerInitSuccessListener
 

P

pause() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 

R

release() - 接口 中的方法com.shuyu.gsyvideoplayer.cache.ICacheManager
是否缓存管理
release() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
释放内核
releaseSurface() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
释放渲染

S

seekTo(long) - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 
setCache(boolean) - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
setCacheAvailableListener(ICacheManager.ICacheAvailableListener) - 接口 中的方法com.shuyu.gsyvideoplayer.cache.ICacheManager
 
setCachePath(File) - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
setCategory(int) - 类 中的方法com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
setLooping(boolean) - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
setMapHeadData(Map<String, String>) - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
setName(String) - 类 中的方法com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
setNeedMute(boolean) - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
是否静音
setOverrideExtension(String) - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
setPlayerInitSuccessListener(IPlayerInitSuccessListener) - 类 中的方法com.shuyu.gsyvideoplayer.player.BasePlayerManager
 
setSpeed(float) - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
setSpeed(float, boolean) - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 
setSpeedPlaying(float, boolean) - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
播放速度
setUrl(String) - 类 中的方法com.shuyu.gsyvideoplayer.model.GSYModel
 
setValueInt(int) - 类 中的方法com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
setValueString(String) - 类 中的方法com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
setValueType(int) - 类 中的方法com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
showDisplay(Message) - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
设置渲染显示
start() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 
stop() - 接口 中的方法com.shuyu.gsyvideoplayer.player.IPlayerManager
 

V

VALUE_TYPE_INT - 类 中的静态变量com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
VALUE_TYPE_STRING - 类 中的静态变量com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
VideoOptionModel - com.shuyu.gsyvideoplayer.model中的类
Created by guoshuyu on 2017/1/11.
VideoOptionModel(int, String, int) - 类 的构造器com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
VideoOptionModel(int, String, String) - 类 的构造器com.shuyu.gsyvideoplayer.model.VideoOptionModel
 
B C D G H I M O P R S V 
跳过导航链接