InclusiveHEVCVideoTrackSelectionOverride

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 TrackSelectionOverride with this information.

If TrackGroup retrieved by the track index is either null or empty, EMPTY_TRACK_SELECTION_OVERRIDES is returned.

Properties

Link copied to clipboard
Indicates an empty TrackSelectionOverrideCreator.
Link copied to clipboard
val EMPTY_TRACK_SELECTION_OVERRIDES: TrackSelectionOverride
Indicates this is an empty Track Selection Overrides.

Functions

Link copied to clipboard
Creates an instance of InclusiveHEVCVideoTrackSelectionOverride
open fun create(trackGroups: TrackGroupArray, trackIndex: Int, parameters: Parameters): TrackSelectionOverride
Creates a TrackSelectionOverride based on the TrackGroup and track index provided.