Java android.media.tv TvInputInfo fields, constructors, methods, implement or subclass

Example usage for Java android.media.tv TvInputInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media.tv TvInputInfo.

The text is from its open source code.

Field

intTYPE_TUNER
TV input type: the TV input service is a tuner which provides channels.
StringEXTRA_INPUT_ID
Used as a String extra field in setup intents created by #createSetupIntent() to supply the ID of a specific TV input to set up.

Method

booleancanRecord()
Returns true if this TV input can record TV programs, false otherwise.
booleanequals(Object o)
StringgetId()
Returns a unique ID for this TV input.
StringgetParentId()
Returns the parent input ID.
ServiceInfogetServiceInfo()
Returns the information of the service that implements this TV input.
intgetTunerCount()
Returns the number of tuners this TV input has.
intgetType()
Returns the type of this TV input.
booleanisHidden(Context context)
Checks if this TV input is marked hidden by the user in the settings.
booleanisPassthroughInput()
Returns true if this TV input is pass-though which does not have any real channels in TvProvider.
CharSequenceloadLabel(@NonNull Context context)
Loads the user-displayed label for this TV input.
StringtoString()