media3/demo_misc/webm_sw_decoder
Oliver Woodman 85e0bca33d Add support for choosing an extractor based on sniffing the container.
- ExtractorSampleSource takes an array of extractors to test for suitability.
- Extractors now implement a sniff() method that returns whether they can
  extract samples in the input stream's format.
- Switch demo app samples to use format detection.

Issue: #438
2015-07-21 17:39:38 +01:00
..
2015-05-12 18:32:22 +01:00

WebM (VP9/Opus) Software Decoder Demo

A demo app that shows how to use the ExoPlayer VP9 and Opus Extensions to enable VP9 and Opus playback in your app by bundling native libraries along with it.

The demo app depends on the VP9 and Opus Extensions being configured built correctly.