Example usage for Java android.media.tv TvInputManager fields, constructors, methods, implement or subclass
The text is from its open source code.
int | VIDEO_UNAVAILABLE_REASON_UNKNOWN Reason for TvInputService.Session#notifyVideoUnavailable(int) and TvView.TvInputCallback#onVideoUnavailable(String,int) : Video is unavailable due to an unspecified error. |
int | VIDEO_UNAVAILABLE_REASON_TUNING Reason for TvInputService.Session#notifyVideoUnavailable(int) and TvView.TvInputCallback#onVideoUnavailable(String,int) : Video is unavailable because the corresponding TV input is in the middle of tuning to a new channel. |
int | VIDEO_UNAVAILABLE_REASON_WEAK_SIGNAL Reason for TvInputService.Session#notifyVideoUnavailable(int) and TvView.TvInputCallback#onVideoUnavailable(String,int) : Video is unavailable due to weak TV signal. |
int | VIDEO_UNAVAILABLE_REASON_BUFFERING Reason for TvInputService.Session#notifyVideoUnavailable(int) and TvView.TvInputCallback#onVideoUnavailable(String,int) : Video is unavailable because the corresponding TV input has stopped playback temporarily to buffer more data. |
int | VIDEO_UNAVAILABLE_REASON_AUDIO_ONLY Reason for TvInputService.Session#notifyVideoUnavailable(int) and TvView.TvInputCallback#onVideoUnavailable(String,int) : Video is unavailable because the current TV program is audio-only. |
long | TIME_SHIFT_INVALID_TIME Value returned by TvInputService.Session#onTimeShiftGetCurrentPosition() and TvInputService.Session#onTimeShiftGetStartPosition() when time shifting has not yet started. |
int | RECORDING_ERROR_INSUFFICIENT_SPACE Error for TvInputService.RecordingSession#notifyError(int) and TvRecordingClient.RecordingCallback#onError(int) : Recording cannot proceed due to insufficient storage space. |
String | ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED Broadcast intent action when the parental controls enabled state changes. |
String | ACTION_SETUP_INPUTS Activity action to set up channel sources i.e. TV inputs of type TvInputInfo#TYPE_TUNER . |
List | getTvInputList() Returns the complete list of TV inputs on the system. |
void | registerCallback(@NonNull TvInputCallback callback, @NonNull Handler handler) Registers a TvInputCallback . |