MediaCodec.CryptoException.ErrorLostState 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_LOST_STATE", 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 ErrorLostState = 9;
[<Android.Runtime.Register("ERROR_LOST_STATE", 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 ErrorLostState : Android.Media.MediaCodecCryptoErrorType

Field Value

MediaCodecCryptoErrorType
Attributes

Applies to