media/extensions
vigneshv ba58a5217d Add ReleaseInputBuffer callback
The release_input_buffer callback will be called when the library
is done consuming an "input buffer". The buffer passed into
EnqueueFrame must be kept valid until this callback is called. If
frame parallel is false, then this callback can be nullptr (in
this case the buffer has to be kept valid until the next call to
DequeueFrame). If frame parallel is true, this callback cannot be
nullptr.

PiperOrigin-RevId: 296276083
2020-02-25 21:22:56 +00:00
..
2020-02-25 21:22:56 +00:00
2020-02-11 17:10:41 +00:00
2020-02-17 17:40:30 +00:00
2020-02-25 21:21:13 +00:00
2020-02-13 15:45:30 +00:00
2020-02-17 17:40:30 +00:00
2019-10-04 13:31:40 +01:00
2020-02-17 17:40:30 +00:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.