Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParser.java294 List<RepresentationInfo> representationInfos = new ArrayList<>(); in parseAdaptationSet()
326 RepresentationInfo representationInfo = in parseAdaptationSet()
500 protected RepresentationInfo parseRepresentation( in parseRepresentation()
593 return new RepresentationInfo(format, baseUrl, segmentBase, drmSchemeType, drmSchemeDatas, in parseRepresentation()
651 RepresentationInfo representationInfo, in buildRepresentation()
1573 protected static final class RepresentationInfo { class in DashManifestParser
1583 public RepresentationInfo( in RepresentationInfo() method in DashManifestParser.RepresentationInfo