Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParser.java305 Pair<String, SchemeData> contentProtection = parseContentProtection(xpp); in parseAdaptationSet()
420 protected Pair<@NullableType String, @NullableType SchemeData> parseContentProtection( in parseContentProtection() method in DashManifestParser
557 Pair<String, SchemeData> contentProtection = parseContentProtection(xpp); in parseRepresentation()