PlaybackState.StateConnecting フィールド

定義

注意事項

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

再生中のクラスが現在新しい宛先に接続中であることを示す状態。

[Android.Runtime.Register("STATE_CONNECTING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Session.PlaybackStateCode enum directly instead of this field.", true)]
public const Android.Media.Session.PlaybackStateCode StateConnecting = 8;
[<Android.Runtime.Register("STATE_CONNECTING")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Session.PlaybackStateCode enum directly instead of this field.", true)>]
val mutable StateConnecting : Android.Media.Session.PlaybackStateCode

フィールド値

Value = 8

実装

属性

注釈

再生中のクラスが現在新しい宛先に接続中であることを示す状態。 実装によっては、接続が完了したときに以前の状態に戻ったり、 と入力 #STATE_NONEしたりする場合があります。 接続に失敗した場合は #STATE_ERROR 、 を使用する必要があります。

の Java ドキュメント android.media.session.PlaybackState.STATE_CONNECTING

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

適用対象