MediaCodec.InfoTryAgainLater Field

Definition

Caution

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

If a non-negative timeout had been specified in the call to #dequeueOutputBuffer, indicates that the call timed out.

[Android.Runtime.Register("INFO_TRY_AGAIN_LATER")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecInfoState enum directly instead of this field.", true)]
public const Android.Media.MediaCodecInfoState InfoTryAgainLater = -1;
[<Android.Runtime.Register("INFO_TRY_AGAIN_LATER")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecInfoState enum directly instead of this field.", true)>]
val mutable InfoTryAgainLater : Android.Media.MediaCodecInfoState

Field Value

Value = -1
Attributes

Remarks

If a non-negative timeout had been specified in the call to #dequeueOutputBuffer, indicates that the call timed out.

Java documentation for android.media.MediaCodec.INFO_TRY_AGAIN_LATER.

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