MediaCodec.CryptoInfo.NumBytesOfEncryptedData Property

Definition

The number of trailing encrypted bytes in each subSample.

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

Property Value

Attributes

Remarks

The number of trailing encrypted bytes in each subSample. If null, all bytes are treated as clear and #numBytesOfClearData must be specified.

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

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