接口ShortVideoPlayer
2018-05-31 15:10:25 20 举报
播放视频模块接口设计
作者其他创作
大纲/内容
接口VideoPlayStateListener
+ onReady() : void+ onError(int errorCode) : void+ onPositionChanged(int position) :void
类PLShortVideoPlayer
- surfaceView : SurfaceView- listener : VideoPlayStateListener- filePath : String
...
接口VideoPlayErrorCode
+ PLAY_ERROR_PREPARE_FAILED : int+ PLAY_ERROR_START_FAILED : int+ PLAY_ERROR_STOP_FAILED : int+ PLAY_ERROR_SEEK_FAILED : int
接口ShortVideoPlayer
+ prepare(String filePath,SurfaceView surfaceView,VideoPlayStateListener listener) : void+ start() : void+ stop() : void+ seekTo(int ms) : void + getCurrentPosition() : int + getDuration() : int + isPlaying() : boolean + isPausedByUser() : boolean + pause() : void + resume() : void + destroy() :void
收藏
收藏
0 条评论
下一页