摘要:
Android提供了MediaPlayer播放器播放媒体文件,其实MediaPlyer只是对Android Media包下的MediaCodec和MediaExtractor进行了包装,方便使用。但是最好理解下Android媒体文件的解码,编码和渲染流程。 使用 包下的MediaCodec和Medi 阅读全文
摘要:
先看使用方法 👀 Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: Step 2. Add the dependenc 阅读全文