Language

TvInputType Enum

Definition

Enumerates values returned by several types.

public enum TvInputType
type TvInputType = 
Inheritance
TvInputType

Fields

Name Value Description
Tuner 0

TV input type: the TV input service is a tuner which provides channels.

Android reference for android.media.tv.TvInputInfo.TYPE_TUNER.

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.

Other 1000

TV input type: a generic hardware TV input type.

Android reference for android.media.tv.TvInputInfo.TYPE_OTHER.

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.

Composite 1001

TV input type: the TV input service represents a composite port.

Android reference for android.media.tv.TvInputInfo.TYPE_COMPOSITE.

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.

Svideo 1002

TV input type: the TV input service represents a SVIDEO port.

Android reference for android.media.tv.TvInputInfo.TYPE_SVIDEO.

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.

Scart 1003

TV input type: the TV input service represents a SCART port.

Android reference for android.media.tv.TvInputInfo.TYPE_SCART.

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.

Component 1004

TV input type: the TV input service represents a component port.

Android reference for android.media.tv.TvInputInfo.TYPE_COMPONENT.

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.

Vga 1005

TV input type: the TV input service represents a VGA port.

Android reference for android.media.tv.TvInputInfo.TYPE_VGA.

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.

Dvi 1006

TV input type: the TV input service represents a DVI port.

Android reference for android.media.tv.TvInputInfo.TYPE_DVI.

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.

Hdmi 1007

TV input type: the TV input service is HDMI. (e.g. HDMI 1)

Android reference for android.media.tv.TvInputInfo.TYPE_HDMI.

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.

DisplayPort 1008

TV input type: the TV input service represents a display port.

Android reference for android.media.tv.TvInputInfo.TYPE_DISPLAY_PORT.

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