public interface ServiceResolutionHandler
ServiceResolutionHandler
is not registered then
the implementation fails any attempts to tune to such channels.
This interface also provides a handler that can be used by the implementation to notify the application that tuning attempts with the application provided locator for a broadcast channel item have failed.
Note: This interface is intended to be used by applications which do not provide a DVB SPI SelectionProvider for the "ocap" scheme.
Modifier and Type | Method and Description |
---|---|
boolean |
notifyTuneFailed(ChannelContentItem channel)
Notifies the application of a tuning failure for a remote
streaming request for a ChannelContentItem.
|
boolean |
resolveChannelItem(ChannelContentItem channel)
Requests that the application provide tuning parameters for
the
ChannelContentItem . |
boolean notifyTuneFailed(ChannelContentItem channel)
channel
- A ChannelContentItemboolean resolveChannelItem(ChannelContentItem channel)
ChannelContentItem
. When the application is able
to resolve the item to a tunable channel, the application
calls the ChannelContentItem.setTuningLocator
method,
and this method returns true.channel
- A ChannelContentItemCopyright © 2013 CableLabs. All rights reserved.