mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
Fix typo in DashManifestParser
PiperOrigin-RevId: 585017285
This commit is contained in:
parent
85a54e2e19
commit
479344d74e
1 changed files with 4 additions and 2 deletions
|
|
@ -648,9 +648,11 @@ public class DashManifestParser extends DefaultHandler
|
|||
}
|
||||
|
||||
/**
|
||||
* 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.
|
||||
* <p>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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue