MediaCodec.CodecException.IsTransient Property

Definition

Returns true if the codec exception is a transient issue, perhaps due to resource constraints, and that the method (or encoding/decoding) may be retried at a later time.

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

Property Value

Attributes

Remarks

Returns true if the codec exception is a transient issue, perhaps due to resource constraints, and that the method (or encoding/decoding) may be retried at a later time.

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

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