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.java326 RepresentationInfo representationInfo = in parseAdaptationSet() local
346 contentType, MimeTypes.getTrackType(representationInfo.format.sampleMimeType)); in parseAdaptationSet()
347 representationInfos.add(representationInfo); in parseAdaptationSet()
651 RepresentationInfo representationInfo, in buildRepresentation() argument
656 Format.Builder formatBuilder = representationInfo.format.buildUpon(); in buildRepresentation()
660 @Nullable String drmSchemeType = representationInfo.drmSchemeType; in buildRepresentation()
664 ArrayList<SchemeData> drmSchemeDatas = representationInfo.drmSchemeDatas; in buildRepresentation()
670 ArrayList<Descriptor> inbandEventStreams = representationInfo.inbandEventStreams; in buildRepresentation()
673 representationInfo.revisionId, in buildRepresentation()
675 representationInfo.baseUrl, in buildRepresentation()
[all …]