Home
last modified time | relevance | path

Searched defs:supplementalProperties (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DAdaptationSet.java57 public final List<Descriptor> supplementalProperties; field in AdaptationSet
75 List<Descriptor> supplementalProperties) { in AdaptationSet()
DDashManifestParser.java293 ArrayList<Descriptor> supplementalProperties = new ArrayList<>(); in parseAdaptationSet() local
392 List<Descriptor> supplementalProperties) { in buildAdaptationSet()
532 ArrayList<Descriptor> supplementalProperties = in parseRepresentation() local
611 List<Descriptor> supplementalProperties) { in buildFormat()
1451 protected static String parseEac3SupplementalProperties(List<Descriptor> supplementalProperties) { in parseEac3SupplementalProperties()
1561 List<Descriptor> supplementalProperties) { in parseLastSegmentNumberSupplementalProperty()