Commit 4a7aaaa3 by kimvde Committed by Christos Tsilopoulos

Fix DefaultTrackSelector Javadoc about tunneling

#minor-release
Issue:#9350
PiperOrigin-RevId: 394112689
parent d930e07a
......@@ -156,8 +156,7 @@ import org.checkerframework.checker.nullness.compatqual.NullableType;
* <h2>Tunneling</h2>
*
* Tunneled playback can be enabled in cases where the combination of renderers and selected tracks
* support it. Tunneled playback is enabled by passing an audio session ID to {@link
* ParametersBuilder#setTunnelingEnabled(boolean)}.
* supports it. This can be done by using {@link ParametersBuilder#setTunnelingEnabled(boolean)}.
*/
public class DefaultTrackSelector extends MappingTrackSelector {
......
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