| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContextImpl.select(Locator[] components)
Selects content by specifying the parts of a service to be
presented.
|
Locator[] |
LocatorFactoryImpl.transformLocator(Locator source)
Transforms a locator to its respective collection of network
dependent locators.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaSelectControlImpl.add(Locator component)
Adds a service component (for example, sub-titles) to the
presentation.
|
void |
MediaSelectControlImpl.remove(Locator component)
Removes a service component from the presentation.
|
void |
MediaSelectControlImpl.replace(Locator fromComponent,
Locator toComponent) |
void |
MediaSelectControlImpl.select(Locator component)
Selects a new service component for presentation.
|
void |
MediaSelectControlImpl.select(Locator[] components)
Selects one or more service components for presentation.
|
| Constructor and Description |
|---|
EncapIPStream(Locator loc) |
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceListImpl.findService(Locator locator)
Reports the Service corresponding to the specified locator
if it is a member of this list.
|
Service |
SIManagerImpl.getService(Locator locator)
This method can be used to obtain a specific Service based on a
Locator.
|
void |
SIManagerImpl.registerInterest(Locator locator,
boolean active)
This method provides a hint to the SI Database that the application
would like to have as complete SI information as possible about the
specified SI element.
|
SIRequest |
TransportImpl.retrieveBouquet(Locator locator,
SIRequestor requestor)
Retrieves the specified
Bouquet from the collection. |
SIRequest |
TransportImpl.retrieveNetwork(Locator locator,
SIRequestor requestor)
Retrieves the specified
Network from the collection. |
SIRequest |
SIManagerImpl.retrieveProgramEvent(Locator locator,
SIRequestor requestor)
This method can be used to retrieve a specific ProgramEvent based on a
Locator.
|
SIRequest |
ProgramScheduleImpl.retrieveProgramEvent(Locator locator,
SIRequestor requestor)
Retrieves a program event matching the locator.
|
SIRequest |
SIManagerImpl.retrieveServiceDetails(Locator locator,
SIRequestor requestor)
This method can be used to retrieve specific ServiceDetails (meta-data
for a Service) based on a Locator.
|
SIRequest |
SIManagerImpl.retrieveSIElement(Locator locator,
SIRequestor requestor)
This method retrieves an SIElement corresponding to the specified
Locator.
|
SIRequest |
TransportImpl.retrieveTransportStream(Locator locator,
SIRequestor requestor)
Retrieves the specified
TransportStream from the collection. |
SIRequest |
TransportImpl.retrieveTransportStreams(Locator locator,
SIRequestor requestor)
Retrieves an array of
TransportStream objects
representing the transport streams carried in the specified
Network. |
| Constructor and Description |
|---|
CarouselFile(Locator locator)
Creates a
CarouselFile instance that represents the file
referenced by the given Locator. |
| Modifier and Type | Method and Description |
|---|---|
abstract Locator[] |
LocatorFactory.transformLocator(Locator source)
Transforms a
Locator into its respective collection
of transport dependent Locator objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaSelectControl.add(Locator component)
Adds a service component (for example, subtitles) to the
presentation.
|
void |
MediaSelectControl.remove(Locator component)
Removes a service component from the presentation.
|
void |
MediaSelectControl.replace(Locator fromComponent,
Locator toComponent)
Replaces a service component in the presentation.
|
void |
MediaSelectControl.select(Locator component)
Selects a new service component for presentation.
|
void |
MediaSelectControl.select(Locator[] components)
Selects one or more service components for presentation.
|
| Modifier and Type | Method and Description |
|---|---|
static InetAddress |
InterfaceMap.getLocalAddress(Locator locator)
Reports the local IP address assigned to the given service
component.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Service |
SIManager.getService(Locator locator)
Provides the
Service identified by a given
locator. |
abstract void |
SIManager.registerInterest(Locator locator,
boolean active)
Provides a hint to the SI database that the application desires
SI information as complete as possible about the specified
SIElement. |
abstract SIRequest |
SIManager.retrieveProgramEvent(Locator locator,
SIRequestor requestor)
Retrieves the
ProgramEvent corresponding to the
given Locator. |
abstract SIRequest |
SIManager.retrieveServiceDetails(Locator locator,
SIRequestor requestor)
Retrieves the
ServiceDetails object corresponding to
the given Locator. |
abstract SIRequest |
SIManager.retrieveSIElement(Locator locator,
SIRequestor requestor)
Retrieves the
SIElement corresponding to the
specified Locator. |
| Modifier and Type | Method and Description |
|---|---|
SIRequest |
ProgramSchedule.retrieveProgramEvent(Locator locator,
SIRequestor requestor)
Retrieves a program event matching the locator.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceList.findService(Locator locator)
Reports the
Service corresponding to the specified
locator if it is a member of this list. |
| Constructor and Description |
|---|
LocatorFilter(Locator[] locators)
Constructs the filter based on a set of locators.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContext.select(Locator[] components)
Selects content by specifying the parts of a service to be presented.
|
| Modifier and Type | Method and Description |
|---|---|
SIRequest |
BouquetCollection.retrieveBouquet(Locator locator,
SIRequestor requestor)
Retrieves the specified
Bouquet from the collection. |
SIRequest |
NetworkCollection.retrieveNetwork(Locator locator,
SIRequestor requestor)
Retrieves the specified
Network from the collection. |
SIRequest |
TransportStreamCollection.retrieveTransportStream(Locator locator,
SIRequestor requestor)
Retrieves the specified
TransportStream from the
collection. |
| Modifier and Type | Method and Description |
|---|---|
void |
DVBMediaSelectControl.add(Locator component,
StreamType type)
Adds a service component (for example, subtitles) to the presentation over-riding
the stream type signalled for the component.
|
void |
DVBMediaSelectControl.select(Locator[] components,
StreamType[] types)
Selects one or more service components for presentation over-riding the stream type signalled for
the component.
|
void |
DVBMediaSelectControl.select(Locator component,
StreamType type)
Selects a new service component for presentation over-riding the stream type signalled for the component.
|
void |
DVBMediaSelectControl.selectServiceMediaComponents(Locator l)
Selects for presentation the media service components from a service.
|
Copyright © 2012 code4tv.com. All Rights Reserved.