Searched refs:trickPlayProperty (Results 1 – 1 of 1) sorted by relevance
558 Descriptor trickPlayProperty = findTrickPlayProperty(adaptationSet.essentialProperties); in getGroupedAdaptationSetIndices() local559 if (trickPlayProperty == null) { in getGroupedAdaptationSetIndices()561 trickPlayProperty = findTrickPlayProperty(adaptationSet.supplementalProperties); in getGroupedAdaptationSetIndices()563 if (trickPlayProperty != null) { in getGroupedAdaptationSetIndices()564 int mainAdaptationSetId = Integer.parseInt(trickPlayProperty.value); in getGroupedAdaptationSetIndices()