Skip to content

Commit

Permalink
dummy readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Sep 8, 2016
1 parent ba444e0 commit bb74fd2
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,17 @@ Each Activity implements a different solution, either using the Android
MediaExtractor component or Steinwurf's `petro library <https://github.com/steinwurf/petro>`_
to extract AAC and H264 samples from a local mp4 file.

- MainActivity: A frontend for choosing a media file and the actual playback
* MainActivity: A frontend for choosing a media file and the actual playback
Activity.

- VideoExtractorActivity: The video samples are extracted with the Android
* VideoExtractorActivity: The video samples are extracted with the Android
MediaExtractor and played with a MediaCodec decoder.

- VideoActivity: The H264 video samples are extracted with the petro library
* VideoActivity: The H264 video samples are extracted with the petro library
and played with a MediaCodec decoder.

- AudioExtractorActivity: The audio samples are extracted with the Android
* AudioExtractorActivity: The audio samples are extracted with the Android
MediaExtractor and played with a MediaCodec decoder and an AudioTrack object.

- AudioActivity: The AAC video samples are extracted with the petro library
* AudioActivity: The AAC video samples are extracted with the petro library
and played with a MediaCodec decoder and an AudioTrack object.

- BothActivity: A combination of VideoActivity and AudioActivity, where the
* BothActivity: A combination of VideoActivity and AudioActivity, where the
petro library is used to extract H264 and AAC samples in parallel. Two
separate decoders are used to play the video and audio.

Expand Down

0 comments on commit bb74fd2

Please sign in to comment.