Searched refs:contentProtection (Results 1 – 1 of 1) sorted by relevance
305 Pair<String, SchemeData> contentProtection = parseContentProtection(xpp); in parseAdaptationSet() local306 if (contentProtection.first != null) { in parseAdaptationSet()307 drmSchemeType = contentProtection.first; in parseAdaptationSet()309 if (contentProtection.second != null) { in parseAdaptationSet()310 drmSchemeDatas.add(contentProtection.second); in parseAdaptationSet()557 Pair<String, SchemeData> contentProtection = parseContentProtection(xpp); in parseRepresentation() local558 if (contentProtection.first != null) { in parseRepresentation()559 drmSchemeType = contentProtection.first; in parseRepresentation()561 if (contentProtection.second != null) { in parseRepresentation()562 drmSchemeDatas.add(contentProtection.second); in parseRepresentation()