Home
last modified time | relevance | path

Searched refs:adaptationSetId (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDashMediaPeriod.java580 for (String adaptationSetId : otherAdaptationSetIds) { in getGroupedAdaptationSetIndices()
583 Integer.parseInt(adaptationSetId), /* valueIfKeyNotFound= */ -1); in getGroupedAdaptationSetIndices()
861 private static Format buildCea608TrackFormat(int adaptationSetId) { in buildCea608TrackFormat() argument
863 adaptationSetId, /* language= */ null, /* accessibilityChannel= */ Format.NO_VALUE); in buildCea608TrackFormat()
867 int adaptationSetId, @Nullable String language, int accessibilityChannel) { in buildCea608TrackFormat() argument
869 adaptationSetId in buildCea608TrackFormat()