-
ArtPlayer-一款小巧灵活的视频播放器。支持全屏,小屏播放;支持重力感应;支持IjkPlayer,支持ExoPlayer。.zip下载
资源介绍
这是一个灵活的视频播放器。 MediaPlayer与VideoView完全分开,可以替换为其他播放器内核,如ExoPlayer和ijkPlayer。 可以完全自定义播放器视图,我们称之为控制面板。 此外,可以使用MediaPlayerManager来控制播放行为,例如全屏模式,小屏幕模式以及RecyclerView中的智能匹配模式。Features全屏,小屏播放内部支持RecyclerView中播放自定义UIAPP内全局播放静音循环播放手势操作(小窗:单指拖动,双指缩放;全屏:音量,亮度,快进)ijkPlayer支持ExoPlayer支持重力感应支持PreviewDownloadDemo DownloadGetting startedbuild.gradledependencies {
// required
implementation 'org.salient.artvideoplayer:artplayer-java:0.6.0'
// Default control panel: optional
implementation 'org.salient.artvideoplayer:artplayer-ui:0.6.0'
//ijkPlayer: optional
implementation 'org.salient.artvideoplayer:artplayer-ijk:0.6.0'
implementation "org.salient.artvideoplayer:artplayer-armv7a:0.6.0"
//Other ABIs: optional
implementation "org.salient.artvideoplayer:artplayer-armv5:0.6.0"
implementation "org.salient.artvideoplayer:artplayer-x86:0.6.0"
// Other ABIs: optional (minSdk version >= 21)
implementation "org.salient.artvideoplayer:artplayer-arm64:0.6.0"
implementation "org.salient.artvideoplayer:artplayer-x86_64:0.6.0"
//ExoPlayer2 : optional
implementation "org.salient.artvideoplayer:artplayer-exo:0.6.0"
}Usagejavaimport org.salient.artplayer.VideoView;VideoView videoView = new VideoView(this);
videoView.setUp("http://vfx.mtime.cn/Video/2018/06/27/mp4/180627094726195356.mp4");
videoView.setControlPanel(new ControlPanel(this));
videoView.start();xml AndroidManifest.xml <!-- required -->Activity@Overridepublic void onBackPressed() { if (MediaPlayerManager.instance().backPress(this)) { return;
} super.onBackPressed();
}@Overrideprotected void onPause() { super.onPause(); MediaPlayerManager.instance().pause();
}@Overrideprotected void onDestroy() { super.onDestroy(); MediaPlayerManager.instance().releasePlayerAndView(this);
}
- 上一篇: x5内核demo
- 下一篇: keil c51 8.05 完整中文破解版.rar