Searched refs:protectionSchemes (Results 1 – 2 of 2) sorted by relevance
88 assertThat(mediaPlaylist.protectionSchemes).isNull(); in parseMediaPlaylist()171 assertThat(playlist.protectionSchemes.schemeType).isEqualTo(C.CENC_TYPE_cbcs); in parseSampleAesMethod()172 assertThat(playlist.protectionSchemes.get(0).matches(C.WIDEVINE_UUID)).isTrue(); in parseSampleAesMethod()173 assertThat(playlist.protectionSchemes.get(0).hasData()).isFalse(); in parseSampleAesMethod()200 assertThat(playlist.protectionSchemes.schemeType).isEqualTo(C.CENC_TYPE_cenc); in parseSampleAesCencMethod()201 assertThat(playlist.protectionSchemes.get(0).matches(C.WIDEVINE_UUID)).isTrue(); in parseSampleAesCencMethod()202 assertThat(playlist.protectionSchemes.get(0).hasData()).isFalse(); in parseSampleAesCencMethod()224 assertThat(playlist.protectionSchemes.schemeType).isEqualTo(C.CENC_TYPE_cenc); in parseSampleAesCtrMethod()225 assertThat(playlist.protectionSchemes.get(0).matches(C.WIDEVINE_UUID)).isTrue(); in parseSampleAesCtrMethod()226 assertThat(playlist.protectionSchemes.get(0).hasData()).isFalse(); in parseSampleAesCtrMethod()[all …]
222 @Nullable public final DrmInitData protectionSchemes; field in HlsMediaPlaylist263 @Nullable DrmInitData protectionSchemes, in HlsMediaPlaylist() argument275 this.protectionSchemes = protectionSchemes; in HlsMediaPlaylist()343 protectionSchemes, in copyWith()369 protectionSchemes, in copyWithEndTag()