Back to Exoplayer

RendererConfiguration (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/RendererConfiguration.html

latest2.7 KB
Original Source

Package com.google.android.exoplayer2

Class RendererConfiguration


[@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.

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. |

- 

Methods inherited from class java.lang.Object

clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

Field Detail

- 

DEFAULT

public static final[RendererConfiguration](RendererConfiguration.html "class in com.google.android.exoplayer2")DEFAULT

Deprecated.

The default configuration.

- 

tunneling

public final boolean tunneling

Deprecated.

Whether to enable tunneling.

Constructor Detail

- 

RendererConfiguration

public RendererConfiguration​(boolean tunneling)

Deprecated. Parameters:tunneling - Whether to enable tunneling.

Method Detail

- 

equals

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

- 

hashCode

public int hashCode()

Deprecated. Overrides:hashCode in class Object