InclusiveHEVCVideoSelectionOverride

Deprecated

Selects all the indices of the Video Formats that has HVC codecs plus any other Format with a different codec and different resolution than the HVC ones.

It then creates a DefaultTrackSelector.SelectionOverride with this information.

If TrackGroup retrived by the track index is either null or empty, EMPTY_SELECTION_OVERRIDE is returned.

Deprecated

Use {InclusiveHEVCVideoSelectionOverride instead}

Properties

Link copied to clipboard
Indicates an empty SelectionOverrideCreator.
Link copied to clipboard
val EMPTY_SELECTION_OVERRIDE: SelectionOverride
Indicates this is an empty Selection Override.

Functions

Link copied to clipboard
open fun create(context: Context): InclusiveHEVCVideoSelectionOverride
Creates an instance of InclusiveHEVCVideoSelectionOverride
open fun create(trackGroups: TrackGroupArray, trackIndex: Int, parameters: Parameters): SelectionOverride
open fun create(trackGroups: TrackGroupArray, trackIndex: Int): SelectionOverride
Creates a DefaultTrackSelector.