mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Change experimental method naming for allowMultipleAdaptiveSelections
PiperOrigin-RevId: 325784936
This commit is contained in:
parent
b956f85b45
commit
6db25cdab6
1 changed files with 1 additions and 1 deletions
|
|
@ -1579,7 +1579,7 @@ public class DefaultTrackSelector extends MappingTrackSelector {
|
||||||
*
|
*
|
||||||
* <p>This method is experimental, and will be renamed or removed in a future release.
|
* <p>This method is experimental, and will be renamed or removed in a future release.
|
||||||
*/
|
*/
|
||||||
public void experimental_allowMultipleAdaptiveSelections() {
|
public void experimentalAllowMultipleAdaptiveSelections() {
|
||||||
this.allowMultipleAdaptiveSelections = true;
|
this.allowMultipleAdaptiveSelections = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue