BluetoothA2dp.StatePlaying フィールド

定義

注意事項

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

A2DP シンク デバイスが音楽をストリーミングしています。

[Android.Runtime.Register("STATE_PLAYING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.A2dpState enum directly instead of this field.", true)]
public const Android.Bluetooth.A2dpState StatePlaying = 10;
[<Android.Runtime.Register("STATE_PLAYING")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.A2dpState enum directly instead of this field.", true)>]
val mutable StatePlaying : Android.Bluetooth.A2dpState

フィールド値

Value = 10

実装

属性

注釈

A2DP シンク デバイスが音楽をストリーミングしています。 この状態は、#ACTION_PLAYING_STATE_CHANGED意図の#EXTRA_STATEまたは#EXTRA_PREVIOUS_STATEのいずれかになります。

Javaドキュメント。

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

適用対象