The Wayback Machine - https://web.archive.org/web/20201028233205/https://github.com/lykhonis/MediaCodec
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 

README.md

MediaCodec

Example show case use cases of MediaCodec. It can be valuable for applications that doing encoding, decoding and transfering samples in H.264 (for example) over network, etc.

Example contains:

  • Creating surface and associated canvas to draw onto
  • Binding surface to encoder to produce H.264 samples
  • Creating surface view and binding decoder to it
  • Configuring decoder to accept H.264 and draw onto surface view

About

Example of how to use MediaCodec to encode/decode and pass samples as byte array

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.