PlaybackState.StatePlaying フィールド

定義

注意事項

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

このアイテムが現在再生中であることを示す状態。

[Android.Runtime.Register("STATE_PLAYING")]
[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 StatePlaying = 3;
[<Android.Runtime.Register("STATE_PLAYING")>]
[<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 StatePlaying : Android.Media.Session.PlaybackStateCode

フィールド値

Value = 3

実装

属性

注釈

このアイテムが現在再生中であることを示す状態。

android.media.session.PlaybackState.STATE_PLAYINGJava ドキュメント。

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

適用対象