Commit 6db25cda by samrobinson Committed by kim-vde

Change experimental method naming for allowMultipleAdaptiveSelections

PiperOrigin-RevId: 325784936
parent b956f85b
...@@ -1579,7 +1579,7 @@ public class DefaultTrackSelector extends MappingTrackSelector { ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment