diff --git a/libraries/exoplayer_dash/src/main/java/androidx/media3/exoplayer/dash/manifest/DashManifestParser.java b/libraries/exoplayer_dash/src/main/java/androidx/media3/exoplayer/dash/manifest/DashManifestParser.java index a15c28d9234..6ce3993665a 100644 --- a/libraries/exoplayer_dash/src/main/java/androidx/media3/exoplayer/dash/manifest/DashManifestParser.java +++ b/libraries/exoplayer_dash/src/main/java/androidx/media3/exoplayer/dash/manifest/DashManifestParser.java @@ -648,9 +648,11 @@ protected AdaptationSet buildAdaptationSet( } /** - * Parses children of AdaptationSet elements not specifically parsed elsewhere. + * Parses a child of an {@link AdaptationSet} element. * - * @param xpp The XmpPullParser from which the AdaptationSet child should be parsed. + *

Called for child elements that are not specifically parsed elsewhere. + * + * @param xpp The {@link XmlPullParser} from which the child should be parsed. * @throws XmlPullParserException If an error occurs parsing the element. * @throws IOException If an error occurs reading the element. */