Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifest.java89 @Nullable public final ProgramInformation programInformation; field in DashManifest
134 @Nullable ProgramInformation programInformation, in DashManifest() argument
146 this.programInformation = programInformation; in DashManifest()
204 programInformation, in copy()
DDashManifestParser.java114 ProgramInformation programInformation = null; in parseMediaPresentationDescription() local
130 programInformation = parseProgramInformation(xpp); in parseMediaPresentationDescription()
179 programInformation, in parseMediaPresentationDescription()
194 @Nullable ProgramInformation programInformation, in buildMediaPresentationDescription() argument
207 programInformation, in buildMediaPresentationDescription()
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParserTest.java182 assertThat(manifest.programInformation).isEqualTo(expectedProgramInformation); in parseMediaPresentationDescription_programInformation()