MediaCodec.CryptoException.ErrorFrameTooLarge Field

Definition

Caution

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

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

Field Value

MediaCodecCryptoErrorType
Attributes

Applies to