草庐IT

outBuffInfo

全部标签

android - 使用媒体编解码器将 PCM 转换为 AAC

我正在使用Android(JellyBean)中的媒体编解码器类将PCM格式编码为AAC。该文件已编码,但没有音乐播放器能够播放该文件。我在网上找不到任何工作代码或适当的文档。这是我的代码:publicvoiddoConvert(){newAsyncTask(){@OverrideprotectedVoiddoInBackground(Void...params){try{intcodecCount=MediaCodecList.getCodecCount();for(inti=0;i=0){ByteBufferinBuf=inputBuffers[nextBuffer];inBuf.

android - 使用媒体编解码器将 PCM 转换为 AAC

我正在使用Android(JellyBean)中的媒体编解码器类将PCM格式编码为AAC。该文件已编码,但没有音乐播放器能够播放该文件。我在网上找不到任何工作代码或适当的文档。这是我的代码:publicvoiddoConvert(){newAsyncTask(){@OverrideprotectedVoiddoInBackground(Void...params){try{intcodecCount=MediaCodecList.getCodecCount();for(inti=0;i=0){ByteBufferinBuf=inputBuffers[nextBuffer];inBuf.