Compartilhar via


PlaybackMetrics.PlaybackTypeVod Campo

Definição

Cuidado

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

Tipo de reprodução VOD (Video on Demand).

[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

Valor do campo

Value = 1

Implementações

Atributos

Comentários

Tipo de reprodução VOD (Video on Demand).

Documentação Java para android.media.metrics.PlaybackMetrics.PLAYBACK_TYPE_VOD.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a