PlaybackErrorEvent.ErrorIoConnectionTimeout フィールド

定義

注意事項

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

ネットワーク タイムアウトのエラー コード。つまり、サーバーが要求を満たすのに時間がかかりすぎる

[Android.Runtime.Register("ERROR_IO_CONNECTION_TIMEOUT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackError enum directly instead of this field.", true)]
public const Android.Media.Metrics.PlaybackError ErrorIoConnectionTimeout = 7;
[<Android.Runtime.Register("ERROR_IO_CONNECTION_TIMEOUT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackError enum directly instead of this field.", true)>]
val mutable ErrorIoConnectionTimeout : Android.Media.Metrics.PlaybackError

フィールド値

Value = 7

実装

属性

注釈

ネットワーク タイムアウトのエラー コード。つまり、サーバーが要求を満たすのに時間がかかりすぎる

android.media.metrics.PlaybackErrorEvent.ERROR_IO_CONNECTION_TIMEOUTJava ドキュメント。

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

適用対象