PlaybackState.StateFastForwarding フィールド

定義

注意事項

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

このアイテムが現在高速転送中であることを示す状態。

[Android.Runtime.Register("STATE_FAST_FORWARDING")]
[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 StateFastForwarding = 4;
[<Android.Runtime.Register("STATE_FAST_FORWARDING")>]
[<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 StateFastForwarding : Android.Media.Session.PlaybackStateCode

フィールド値

Value = 4

実装

属性

注釈

このアイテムが現在高速転送中であることを示す状態。

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

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

適用対象