MediaDrm.ErrorCodes.ErrorZeroSubsamples フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.

MediaCodec#queueSecureInputBuffer 0 サブサンプルで呼び出されます。

[Android.Runtime.Register("ERROR_ZERO_SUBSAMPLES", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.", true)]
public const Android.Media.DrmErrorCode ErrorZeroSubsamples = 33;
[<Android.Runtime.Register("ERROR_ZERO_SUBSAMPLES", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.", true)>]
val mutable ErrorZeroSubsamples : Android.Media.DrmErrorCode

フィールド値

Value = 33
属性

注釈

MediaCodec#queueSecureInputBuffer 0 サブサンプルで呼び出されます。

MediaCodec#queueSecureInputBufferに渡されたMediaCodec.CryptoInfo オブジェクトを確認します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象