getHighestRepresentation

open fun getHighestRepresentation(adaptationSet: AdaptationSet): Representation

Utility method to get the highest Representation from a DASH Adaptation Set based on the bitrate.

Return

the highest rendition Representation.

Parameters

adaptationSet

the adaptation set


open fun getHighestRepresentation(representationList: List<Representation>): Representation

Utility method to get the highest Representation from a List of Representation based on the bitrate.

Return

the highest rendition Representation.

Parameters

representationList

the List of representation