Player.java
114 KB
-
Add COMMAND_RELEASE to set whether Player instances can be released · 883f0da0
This wasn't added so far because releasing is always allowed from a MediaController (as it just releases the connection, not the session player). But Player instances can be created for other purposes and the receiver of a Player instance should not always be allowed to call release if it doesn't own the player resource. PiperOrigin-RevId: 519121122
tonihei committed