ITvInputClientpublic interface ITvInputClient implements android.os.IInterfaceInterface a client of the ITvInputManager implements, to identify itself and receive information
about changes to the state of each TV input service. |
Methods Summary |
---|
public void | onChannelRetuned(android.net.Uri channelUri, int seq)
| public void | onContentAllowed(int seq)
| public void | onContentBlocked(java.lang.String rating, int seq)
| public void | onLayoutSurface(int left, int top, int right, int bottom, int seq)
| public void | onSessionCreated(java.lang.String inputId, android.os.IBinder token, android.view.InputChannel channel, int seq)
| public void | onSessionEvent(java.lang.String name, android.os.Bundle args, int seq)
| public void | onSessionReleased(int seq)
| public void | onTrackSelected(int type, java.lang.String trackId, int seq)
| public void | onTracksChanged(java.util.List tracks, int seq)
| public void | onVideoAvailable(int seq)
| public void | onVideoUnavailable(int reason, int seq)
|
|