Class VideoTrackSelection

java.lang.Object
com.google.android.exoplayer2.trackselection.BaseTrackSelection
com.castlabs.android.player.VideoTrackSelection
All Implemented Interfaces:
com.google.android.exoplayer2.trackselection.ExoTrackSelection, com.google.android.exoplayer2.trackselection.TrackSelection

public class VideoTrackSelection extends com.google.android.exoplayer2.trackselection.BaseTrackSelection
Adaptive bitrate selection is implemented in this class.
Since:
4.1.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    The factory used to create instances of the track selector

    Nested classes/interfaces inherited from interface com.google.android.exoplayer2.trackselection.ExoTrackSelection

    com.google.android.exoplayer2.trackselection.ExoTrackSelection.Definition

    Nested classes/interfaces inherited from interface com.google.android.exoplayer2.trackselection.TrackSelection

    com.google.android.exoplayer2.trackselection.TrackSelection.Type
  • Field Summary

    Fields inherited from interface com.google.android.exoplayer2.trackselection.TrackSelection

    TYPE_CUSTOM_BASE, TYPE_UNSET
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    int
    evaluateQueueSize(long playbackPositionUs, List<? extends com.google.android.exoplayer2.source.chunk.MediaChunk> queue)
     
    int
     
     
    int
     
    void
     
    void
    updateSelectedTrack(long playbackPositionUs, long bufferedDurationUs, long availableDurationUs, List<? extends com.google.android.exoplayer2.source.chunk.MediaChunk> queue, com.google.android.exoplayer2.source.chunk.MediaChunkIterator[] mediaChunkIterators)
     

    Methods inherited from class com.google.android.exoplayer2.trackselection.BaseTrackSelection

    equals, excludeTrack, getFormat, getIndexInTrackGroup, getSelectedFormat, getSelectedIndexInTrackGroup, getTrackGroup, getType, hashCode, indexOf, indexOf, isTrackExcluded, length, onPlaybackSpeed

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.android.exoplayer2.trackselection.ExoTrackSelection

    getLatestBitrateEstimate, onPlayWhenReadyChanged, onRebuffer, shouldCancelChunkLoad
  • Method Details

    • onDiscontinuity

      public void onDiscontinuity()
    • getSelectedIndex

      public int getSelectedIndex()
    • getSelectionReason

      public int getSelectionReason()
    • getSelectionData

      public Object getSelectionData()
    • updateSelectedTrack

      public void updateSelectedTrack(long playbackPositionUs, long bufferedDurationUs, long availableDurationUs, List<? extends com.google.android.exoplayer2.source.chunk.MediaChunk> queue, com.google.android.exoplayer2.source.chunk.MediaChunkIterator[] mediaChunkIterators)
    • evaluateQueueSize

      public int evaluateQueueSize(long playbackPositionUs, List<? extends com.google.android.exoplayer2.source.chunk.MediaChunk> queue)
      Specified by:
      evaluateQueueSize in interface com.google.android.exoplayer2.trackselection.ExoTrackSelection
      Overrides:
      evaluateQueueSize in class com.google.android.exoplayer2.trackselection.BaseTrackSelection
    • enable

      public void enable()
      Specified by:
      enable in interface com.google.android.exoplayer2.trackselection.ExoTrackSelection
      Overrides:
      enable in class com.google.android.exoplayer2.trackselection.BaseTrackSelection
    • disable

      public void disable()
      Specified by:
      disable in interface com.google.android.exoplayer2.trackselection.ExoTrackSelection
      Overrides:
      disable in class com.google.android.exoplayer2.trackselection.BaseTrackSelection