次の方法で共有


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

実装

属性

注釈

の Java ドキュメントandroid.bluetooth.BluetoothA2dp.STATE_PLAYING

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象