PlaybackStateEvent.StateFailed フィールド

定義

注意事項

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

致命的なエラーが発生したため再生が停止し、再試行できます。

[Android.Runtime.Register("STATE_FAILED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackState enum directly instead of this field.", true)]
public const Android.Media.Metrics.PlaybackState StateFailed = 13;
[<Android.Runtime.Register("STATE_FAILED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackState enum directly instead of this field.", true)>]
val mutable StateFailed : Android.Media.Metrics.PlaybackState

フィールド値

Value = 13

実装

属性

注釈

の Java ドキュメント android.media.metrics.PlaybackStateEvent.STATE_FAILED

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

適用対象