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.CryptoInfo 渡されたオブジェクトを MediaCodec#queueSecureInputBuffer確認します。

android.media.MediaDrm.ErrorCodes.ERROR_ZERO_SUBSAMPLESJava ドキュメント。

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

適用対象