PlaybackState.StateRewinding フィールド

定義

注意事項

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

このアイテムが現在巻き戻されていることを示す状態。

[Android.Runtime.Register("STATE_REWINDING")]
[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 StateRewinding = 5;
[<Android.Runtime.Register("STATE_REWINDING")>]
[<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 StateRewinding : Android.Media.Session.PlaybackStateCode

フィールド値

Value = 5

実装

属性

注釈

このアイテムが現在巻き戻されていることを示す状態。

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

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

適用対象