media/extensions
krocard 5153ccde98 Remove release command for symmetry with Player construction
Release is a life cycle operation that should only be called when
the player is no longer needed. It's linked to the player lifecycle
and thus very different from prepare/stop.
As a result, it should not be in the same command.

Additionally it's not clear if remote players will ever need to call release,
as the player creator is best candidate to release it.

As a result the release operation doesn't have a use case for a command.
A release command can be added later if a need is identified.

PiperOrigin-RevId: 370649214
2021-04-27 17:41:06 +01:00
..
2021-04-26 18:28:50 +01:00
2021-04-26 17:48:23 +01:00
2021-04-21 18:47:16 +01:00
2021-04-26 18:01:03 +01:00
2021-04-21 18:46:00 +01:00
2021-04-21 18:46:00 +01:00
2021-04-21 18:46:00 +01:00
2021-04-21 18:46:00 +01: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.