MediaCodec.CodecException.IsRecoverable Property

Definition

Returns true if the codec cannot proceed further, but can be recovered by stopping, configuring, and starting again.

public bool IsRecoverable { [Android.Runtime.Register("isRecoverable", "()Z", "")] get; }
[<get: Android.Runtime.Register("isRecoverable", "()Z", "")>]
member this.IsRecoverable : bool

Property Value

Attributes

Remarks

Returns true if the codec cannot proceed further, but can be recovered by stopping, configuring, and starting again.

Java documentation for android.media.MediaCodec.CodecException.isRecoverable().

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