摘要:
使用ffmpeg 解码, Android的audioTrack播放音频,只是自己的笔记而已av_register_all();avformat_open_input()avformat_find_stream_info()codecCtx=formatCtx->streams[audioStream]->codec;pCodec=avcodec_find_decoder(codecCtx->codec_id);avcodec_open2(codecCtx, pCodec, &optionsDict)}while(av_read_frame(formatCtx, &am 阅读全文
posted @ 2014-02-23 15:58
bug不是小强
阅读(561)
评论(0)
推荐(0)
浙公网安备 33010602011771号