Class TrackSelectionArray


  • @Deprecated
    public final class TrackSelectionArray
    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.
    An array of TrackSelections.
    • Field Detail

      • length

        public final int length
        Deprecated.
        The length of this array.
    • Constructor Detail

      • TrackSelectionArray

        public TrackSelectionArray​(@NullableType TrackSelection... trackSelections)
        Deprecated.
        Parameters:
        trackSelections - The selections. Must not be null, but may contain null elements.
    • Method Detail

      • get

        @Nullable
        public TrackSelection get​(int index)
        Deprecated.
        Returns the selection at a given index.
        Parameters:
        index - The index of the selection.
        Returns:
        The selection.
      • getAll

        public @NullableType TrackSelection[] getAll()
        Deprecated.
        Returns the selections in a newly allocated array.
      • hashCode

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

        public boolean equals​(@Nullable
                              Object obj)
        Deprecated.
        Overrides:
        equals in class Object