共用方式為


MediaCodec.CryptoInfo.NumBytesOfClearData 屬性

定義

每個子範例中前置未加密的位元元數目。

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

屬性值

屬性

備註

每個子範例中前置未加密的位元元數目。 如果為 null,則會將所有位元組視為加密,而且 #numBytesOfEncryptedData 必須指定。

android.media.MediaCodec.CryptoInfo.numBytesOfClearDataJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於