TvInputService.PriorityHintUseCaseTypeRecord 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): Record.

[Android.Runtime.Register("PRIORITY_HINT_USE_CASE_TYPE_RECORD", 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 PriorityHintUseCaseTypeRecord = 500;
[<Android.Runtime.Register("PRIORITY_HINT_USE_CASE_TYPE_RECORD", 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 PriorityHintUseCaseTypeRecord : Android.Media.TV.PriorityHintUseCase

Field Value

Value = 500
Attributes

Remarks

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

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

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