preface

In Android audio and video development, online knowledge is too fragmented, self-learning is very difficult, but audio and video cattle Jhuster put forward “Android audio and video from the entry to improve – task list”. This article is the details of the Android Audio and Video task list (is being updated)


Android Audio and Video task list

Android audio and video development foundation

Android audio and video development foundation (a) : through three ways (ImageView, SurfaceView, custom View) to draw pictures

Android audio and video development foundation (II) : Using AudioRecord and AudioTrack on the Android platform to complete the acquisition and playback of audio PCM data, and achieve reading and writing audio WAV files

Android audio and video development foundation (iii) : The Android platform using Camera API for video collection, and preview Camera data, get NV21 data callback

Android audio and video development foundation (four) : Using The Android platform of MediaExtractor and MediaMuxer API parsing and packaging MP4 files

Android Audio and video development foundation (5) : Learn MediaCodec API, complete audio AAC hard programming and hard solution

Android audio and video development foundation (6) : Learn MediaCodec API, complete video H.264 decoding

Android audio and Video development foundation (7) : Video capture – system API foundation