docs/doc/reference/com/google/android/exoplayer2/RendererConfiguration.html
Package com.google.android.exoplayer2
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classRendererConfigurationextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
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 a Renderer.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| static RendererConfiguration | DEFAULT |
Deprecated.
The default configuration.
|
| boolean | tunneling |
Deprecated.
Whether to enable tunneling. |
Constructors | Constructor | Description |
| --- | --- |
| RendererConfiguration(boolean tunneling) |
Deprecated.
|
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| boolean | equals(Object obj) |
Deprecated.
|
| int | hashCode() |
Deprecated.
|
-
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
public static final[RendererConfiguration](RendererConfiguration.html "class in com.google.android.exoplayer2")DEFAULT
Deprecated.
The default configuration.
-
public final boolean tunneling
Deprecated.
Whether to enable tunneling.
-
public RendererConfiguration(boolean tunneling)
Deprecated.
Parameters:tunneling - Whether to enable tunneling.
-
public boolean equals(@Nullable[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")obj)
Deprecated.
Overrides:equals in class Object
-
public int hashCode()
Deprecated.
Overrides:hashCode in class Object