Searched refs:encryptionIV (Results 1 – 3 of 3) sorted by relevance
72 @Nullable public final String encryptionIV; field in HlsMediaPlaylist.Segment96 @Nullable String encryptionIV) { in Segment() argument106 encryptionIV, in Segment()135 @Nullable String encryptionIV, in Segment() argument147 this.encryptionIV = encryptionIV; in Segment()
99 assertThat(segment.encryptionIV).isNull(); in parseMediaPlaylist()110 assertThat(segment.encryptionIV).isEqualTo("0x1566B"); in parseMediaPlaylist()120 assertThat(segment.encryptionIV).isEqualTo(null); in parseMediaPlaylist()132 assertThat(segment.encryptionIV).isNotNull(); in parseMediaPlaylist()133 assertThat(Util.toUpperInvariant(segment.encryptionIV)).isEqualTo("A7A"); in parseMediaPlaylist()145 assertThat(segment.encryptionIV).isNotNull(); in parseMediaPlaylist()146 assertThat(Util.toUpperInvariant(segment.encryptionIV)).isEqualTo("A7B"); in parseMediaPlaylist()430 assertThat(initSegment1.encryptionIV).isEqualTo("0x1566B"); in encryptedMapTag()433 assertThat(initSegment2.encryptionIV).isNull(); in encryptedMapTag()
103 ? getEncryptionIvArray(Assertions.checkNotNull(mediaSegment.encryptionIV)) in createInstance()117 ? getEncryptionIvArray(Assertions.checkNotNull(initSegment.encryptionIV)) in createInstance()