Share via


MediaCodec.CryptoInfo.Iv Property

Definition

A 16-byte initialization vector

[Android.Runtime.Register("iv")]
public System.Collections.Generic.IList<byte>? Iv { get; set; }
[<Android.Runtime.Register("iv")>]
member this.Iv : System.Collections.Generic.IList<byte> with get, set

Property Value

Attributes

Remarks

A 16-byte initialization vector

Java documentation for android.media.MediaCodec.CryptoInfo.iv.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to