MediaDrm.ErrorCodes.ErrorZeroSubsamples Field

Definition

Caution

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

MediaCodec#queueSecureInputBuffer called with 0 subsamples.

[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

Field Value

Value = 33
Attributes

Remarks

MediaCodec#queueSecureInputBuffer called with 0 subsamples.

Check the MediaCodec.CryptoInfo object passed to MediaCodec#queueSecureInputBuffer.

Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_ZERO_SUBSAMPLES.

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