Language

PriorityHintUseCase Enum

Definition

public enum PriorityHintUseCase
type PriorityHintUseCase = 
Inheritance
PriorityHintUseCase

Fields

Name Value Description
Background 100

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

Android reference for android.media.tv.TvInputService.PRIORITY_HINT_USE_CASE_TYPE_BACKGROUND.

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.

Scan 200

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

Android reference 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.

Playback 300

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

Android reference for android.media.tv.TvInputService.PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK.

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.

Live 400

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

Android reference for android.media.tv.TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE.

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.

Record 500

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

Android reference 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