TvInputService.PriorityHintUseCaseTypeScan Field

Definition

Caution

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

Use case of priority hint for android.media.MediaCas#MediaCas(Context, int, String, int): Scan.

[Android.Runtime.Register("PRIORITY_HINT_USE_CASE_TYPE_SCAN", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.PriorityHintUseCase enum directly instead of this field.", true)]
public const Android.Media.TV.PriorityHintUseCase PriorityHintUseCaseTypeScan = 200;
[<Android.Runtime.Register("PRIORITY_HINT_USE_CASE_TYPE_SCAN", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.PriorityHintUseCase enum directly instead of this field.", true)>]
val mutable PriorityHintUseCaseTypeScan : Android.Media.TV.PriorityHintUseCase

Field Value

Value = 200
Attributes

Remarks

Use case of priority hint for android.media.MediaCas#MediaCas(Context, int, String, int): Scan. TODO Link: Tuner#Tuner(Context, string, int).

Java documentation for android.media.tv.TvInputService.PRIORITY_HINT_USE_CASE_TYPE_SCAN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to