Package com.google.android.exoplayer2
Class RendererConfiguration
- java.lang.Object
-
- com.google.android.exoplayer2.RendererConfiguration
-
@Deprecated public final class RendererConfiguration extends Object
Deprecated.com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.The configuration of aRenderer
.
-
-
Field Summary
Fields Modifier and Type Field Description static RendererConfiguration
DEFAULT
Deprecated.The default configuration.boolean
tunneling
Deprecated.Whether to enable tunneling.
-
Constructor Summary
Constructors Constructor Description RendererConfiguration(boolean tunneling)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
Deprecated.int
hashCode()
Deprecated.
-
-
-
Field Detail
-
DEFAULT
public static final RendererConfiguration DEFAULT
Deprecated.The default configuration.
-
tunneling
public final boolean tunneling
Deprecated.Whether to enable tunneling.
-
-