Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 691 Bytes

TODO.md

File metadata and controls

10 lines (9 loc) · 691 Bytes

Documenting things to do

TODOs

  • Write proper examples
  • Implement returning actual buffers for raw video samples returned by the codec. So far, the decoder can only return hardware buffer samples.
  • Add a script to automate running adb logcat with the correct PID
  • Write Documentation
  • Implement MediaMuxer bindings (Since there's already MediaExtractor, it's only fitting that I implement MediaMuxer too)
  • Implement ImageReader. This one will be interesting, because there are plenty of use cases for why I might want to really implement it. However, I don't need it at the moment so I'll see where this goes
  • Implement Debug for the appropriate types