PlaybackMetrics.PlaybackTypeVod フィールド

定義

注意事項

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

VOD (ビデオ オンデマンド) 再生の種類。

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

フィールド値

Value = 1

実装

属性

注釈

VOD (ビデオ オンデマンド) 再生の種類。

の Java ドキュメントandroid.media.metrics.PlaybackMetrics.PLAYBACK_TYPE_VOD

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

適用対象