Class 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 a Renderer.
    • Field Detail

      • 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 obj)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object