Example usage for Java android.media.tv TvInputInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
int | TYPE_TUNER TV input type: the TV input service is a tuner which provides channels. |
String | EXTRA_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. |
boolean | canRecord() Returns true if this TV input can record TV programs, false otherwise. |
boolean | equals(Object o) |
String | getId() Returns a unique ID for this TV input. |
String | getParentId() Returns the parent input ID. |
ServiceInfo | getServiceInfo() Returns the information of the service that implements this TV input. |
int | getTunerCount() Returns the number of tuners this TV input has. |
int | getType() Returns the type of this TV input. |
boolean | isHidden(Context context) Checks if this TV input is marked hidden by the user in the settings. |
boolean | isPassthroughInput() Returns true if this TV input is pass-though which does not have any real channels in TvProvider. |
CharSequence | loadLabel(@NonNull Context context) Loads the user-displayed label for this TV input. |
String | toString() |