Package com.castlabs.android.player
Class ExtendedTrackSelector.ModelSelection
java.lang.Object
com.castlabs.android.player.ExtendedTrackSelector.ModelSelection
- Enclosing class:
ExtendedTrackSelector
Represents the selection of tracks and other related information for a media item.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe manifest associated with this selection.The player model associated with this selection.The selected audio track.The selected subtitle track.The selected trick play video track.The selected video track.com.google.android.exoplayer2.TimelineThe timeline associated with this selection. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
playerModel
The player model associated with this selection. -
selectedVideoTrack
The selected video track. -
selectedTrickPlayTrack
The selected trick play video track. -
selectedAudioTrack
The selected audio track. -
selectedSubtitleTrack
The selected subtitle track. -
timeline
public com.google.android.exoplayer2.Timeline timelineThe timeline associated with this selection. -
manifest
The manifest associated with this selection.
-
-
Constructor Details
-
ModelSelection
public ModelSelection()Constructs a new ModelSelection instance.
-