zengjiaozi
Results
2
comments of
zengjiaozi
private MediaCodec createEncoder(String type) throws IOException { try { // use codec name first if (this.mCodecName != null) { return MediaCodec.createByCodecName(mCodecName); } } catch (IOException e) { Log.w("@@", "Create MediaCodec...
> 当你播放一首音乐的时候,音乐自动下载到你的/music文件夹下面 路径在什么地方