05 2017 档案

摘要:…or create a new repository on the command line echo "# codePlayer" >> README.md git init git add README.md git commit -m "first commit" git remote ad 阅读全文
posted @ 2017-05-15 08:59 0xAC 阅读(277) 评论(0) 推荐(0)
摘要:1. 实例代码(libvlc-android-samples)中 代码中播放视频的操作来自MediaPlayer类的对象 mLibVLC = new LibVLC(this, args); mMediaPlayer = new MediaPlayer(mLibVLC); ... final IVLC 阅读全文
posted @ 2017-05-12 07:44 0xAC 阅读(1438) 评论(0) 推荐(0)