MediaCodec.InfoTryAgainLater フィールド

定義

注意事項

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

への呼び出しで負以外のタイムアウトが指定されている場合は #dequeueOutputBuffer、呼び出しがタイムアウトしたことを示します。

[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

フィールド値

Value = -1
属性

注釈

への呼び出しで負以外のタイムアウトが指定されている場合は #dequeueOutputBuffer、呼び出しがタイムアウトしたことを示します。

の Java ドキュメント android.media.MediaCodec.INFO_TRY_AGAIN_LATER

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象