Language

TvTrackInfoType Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum TvTrackInfoType
type TvTrackInfoType = 
Inheritance
TvTrackInfoType

Fields

Name Value Description
Audio 0

The type value for audio tracks.

Android reference for android.media.tv.TvTrackInfo.TYPE_AUDIO.

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.

Video 1

The type value for video tracks.

Android reference for android.media.tv.TvTrackInfo.TYPE_VIDEO.

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.

Subtitle 2

The type value for subtitle tracks.

Android reference for android.media.tv.TvTrackInfo.TYPE_SUBTITLE.

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.

Remarks

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