File
Doc
Category
Size
Date
Package
ITvInputSessionCallback.java
API Doc
Android 5.1 API
9982
Sat Mar 14 05:48:12 GMT 2015
android.media.tv
ITvInputSessionCallback
public interface ITvInputSessionCallback implements android.os.IInterface
Helper interface for ITvInputSession to allow the TV input to notify the system service when a new session has been created.
hide
Fields Summary
Constructors Summary
Methods Summary
public void
onChannelRetuned
(
android.net.Uri
channelUri)
public void
onContentAllowed
()
public void
onContentBlocked
(
java.lang.String
rating)
public void
onLayoutSurface
(
int
left,
int
top,
int
right,
int
bottom)
public void
onSessionCreated
(
android.media.tv.ITvInputSession
session,
android.os.IBinder
hardwareSessionToken)
public void
onSessionEvent
(
java.lang.String
name,
android.os.Bundle
args)
public void
onTrackSelected
(
int
type,
java.lang.String
trackId)
public void
onTracksChanged
(
java.util.List
tracks)
public void
onVideoAvailable
()
public void
onVideoUnavailable
(
int
reason)
Java Code Source