| Package | Description |
|---|---|
| org.dvb.si |
| Modifier and Type | Method and Description |
|---|---|
void |
SIDatabase.addBouquetMonitoringListener(SIMonitoringListener listener,
int bouquetId)
Initiate monitoring of the bouquet information.
|
void |
SIDatabase.addEventPresentFollowingMonitoringListener(SIMonitoringListener listener,
int originalNetworkId,
int transportStreamId,
int serviceId)
Initiate monitoring of information in the EIT related to present and following
events.
|
void |
SIDatabase.addEventScheduleMonitoringListener(SIMonitoringListener listener,
int originalNetworkId,
int transportStreamId,
int serviceId,
Date startTime,
Date endTime)
Initiate monitoring of information in the EIT related to scheduled
events.
|
void |
SIDatabase.addNetworkMonitoringListener(SIMonitoringListener listener,
int networkId)
Initiate monitoring of the network information.
|
void |
SIDatabase.addPMTServiceMonitoringListener(SIMonitoringListener listener,
int originalNetworkId,
int transportStreamId,
int serviceId)
Initiate monitoring of information in the PMT related to a service.
|
void |
SIDatabase.addServiceMonitoringListener(SIMonitoringListener listener,
int originalNetworkId,
int transportStreamId)
Initiate monitoring of information in the SDT related to services.
|
static String |
SIUtil.convertSIStringToJavaString(byte[] dvbSIText,
int offset,
int length,
boolean emphasizedPartOnly)
This method converts a text string that is coded according
to annex A of the DVB-SI specification (EN 300 468) to a
Java String object.
|
void |
SIDatabase.removeBouquetMonitoringListener(SIMonitoringListener listener,
int bouquetId)
Removes the registration of an event listener for bouquet information monitoring.
|
void |
SIDatabase.removeEventPresentFollowingMonitoringListener(SIMonitoringListener listener,
int originalNetworkId,
int transportStreamId,
int serviceId)
Removes the registration of an event listener for monitoring information
related to present and following events
If this method is called with a listener that is registered but not with the same
identifiers of the SI objects as given in the parameters, the method shall fail silently
and the listeners stays registered with those identifiers that it has been added.
|
void |
SIDatabase.removeEventScheduleMonitoringListener(SIMonitoringListener listener,
int originalNetworkId,
int transportStreamId,
int serviceId)
Removes the registration of an event listener for monitoring information
related to scheduled events for all periods
If this method is called with a listener that is registered but not with the same
identifiers of the SI objects as given in the parameters, the method shall fail silently
and the listeners stays registered with those identifiers that it has been added.
|
void |
SIDatabase.removeNetworkMonitoringListener(SIMonitoringListener listener,
int networkId)
Removes the registration of an event listener for network information monitoring.
|
void |
SIDatabase.removePMTServiceMonitoringListener(SIMonitoringListener listener,
int originalNetworkId,
int transportStreamId,
int serviceId)
Removes the registration of an event listener for monitoring information in the PMT
related to a service.
|
void |
SIDatabase.removeServiceMonitoringListener(SIMonitoringListener listener,
int originalNetworkId,
int transportStreamId)
Removes the registration of an event listener for monitoring information
related to services.
|
SIRequest |
SIDatabase.retrieveActualSINetwork(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
Retrieve information associated with the actual network.
|
SIRequest |
SIDatabase.retrieveActualSIServices(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
Retrieve information associated with the actual services.
|
SIRequest |
SIDatabase.retrieveActualSITransportStream(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
Retrieve information associated with the actual transport stream.
|
SIRequest |
SINetwork.retrieveDescriptors(short retrieveMode,
Object appData,
SIRetrievalListener listener)
This method defines extra semantics for the
SIInformation.retrieveDescriptors method (first prototype).
|
SIRequest |
SIInformation.retrieveDescriptors(short retrieveMode,
Object appData,
SIRetrievalListener listener)
This method retrieves all descriptors in the order the descriptors are broadcast.
|
SIRequest |
SIBouquet.retrieveDescriptors(short retrieveMode,
Object appData,
SIRetrievalListener listener)
This method defines extra semantics for the
SIInformation.retrieveDescriptors method (first prototype).
|
SIRequest |
SINetwork.retrieveDescriptors(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
This method defines extra semantics for the
SIInformation.retrieveDescriptors method (second prototype).
|
SIRequest |
SIInformation.retrieveDescriptors(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
Retrieve a set of descriptors.
|
SIRequest |
SIBouquet.retrieveDescriptors(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
This method defines extra semantics for the
SIInformation.retrieveDescriptors method (second prototype).
|
SIRequest |
SIService.retrieveFollowingSIEvent(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
Retrieve information associated with the following event from the EIT-present/following.
|
SIRequest |
SIDatabase.retrievePMTElementaryStreams(short retrieveMode,
Object appData,
SIRetrievalListener listener,
DvbLocator dvbLocator,
short[] someDescriptorTags)
Retrieve PMT elementary stream information associated with components of a service.
|
SIRequest |
SIDatabase.retrievePMTElementaryStreams(short retrieveMode,
Object appData,
SIRetrievalListener listener,
int serviceId,
int componentTag,
short[] someDescriptorTags)
Retrieve PMT elementary stream information associated with components of a
service from the actual transport stream of this SIDatabase object.
|
SIRequest |
PMTService.retrievePMTElementaryStreams(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] somePMTDescriptorTags)
Retrieve information associated with the elementary streams which
compose this service from the Program Map Table (PMT).
|
SIRequest |
SIDatabase.retrievePMTService(short retrieveMode,
Object appData,
SIRetrievalListener listener,
DvbLocator dvbLocator,
short[] someDescriptorTags)
Retrieve PMT information associated with a service.
|
SIRequest |
SIService.retrievePMTService(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
Retrieve the PMTService information associated with this service.
|
SIRequest |
SIDatabase.retrievePMTServices(short retrieveMode,
Object appData,
SIRetrievalListener listener,
int serviceId,
short[] someDescriptorTags)
Retrieve PMT information associated with services from the actual
transport stream of this SIDatabase object.
|
SIRequest |
SIService.retrievePresentSIEvent(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
Retrieve information associated with the present event from the EIT-present/following.
|
SIRequest |
SIService.retrieveScheduledSIEvents(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags,
Date startTime,
Date endTime)
Retrieve information associated with the scheduled events within the service
for a requested period from the EIT-schedule.
|
SIRequest |
SIDatabase.retrieveSIBouquets(short retrieveMode,
Object appData,
SIRetrievalListener listener,
int bouquetId,
short[] someDescriptorTags)
Retrieve information associated with bouquets.
|
SIRequest |
SIBouquet.retrieveSIBouquetTransportStreams(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
Retrieve information associated with transport streams belonging to the bouquet.
|
SIRequest |
SIDatabase.retrieveSINetworks(short retrieveMode,
Object appData,
SIRetrievalListener listener,
int networkId,
short[] someDescriptorTags)
Retrieve information associated with networks.
|
SIRequest |
SIDatabase.retrieveSIService(short retrieveMode,
Object appData,
SIRetrievalListener listener,
DvbLocator dvbLocator,
short[] someDescriptorTags)
Retrieve information associated with a service.
|
SIRequest |
SIEvent.retrieveSIService(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
This method retrieves the SIService object representing the service the event,
represented by this SIEvent, is part of.
|
SIRequest |
SIDatabase.retrieveSIServices(short retrieveMode,
Object appData,
SIRetrievalListener listener,
int originalNetworkId,
int transportStreamId,
int serviceId,
short[] someDescriptorTags)
Retrieve information associated with services.
|
SIRequest |
SITransportStream.retrieveSIServices(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
Retrieve information associated with services carried via the transport stream.
|
SIRequest |
SIDatabase.retrieveSITimeFromTDT(short retrieveMode,
Object appData,
SIRetrievalListener listener)
Retrieve information associated with time from the Time and Date Table (TDT)
from the actual transport stream.
|
SIRequest |
SIDatabase.retrieveSITimeFromTOT(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
Retrieve information associated with time from the Time Offset Table (TOT)
from the actual transport stream.
|
SIRequest |
SIDatabase.retrieveSITransportStreamDescription(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
Retrieve the SITransportStreamDescription object representing the information
of the TSDT table in the actual transport stream of this SIDatabase object.
|
SIRequest |
SINetwork.retrieveSITransportStreams(short retrieveMode,
Object appData,
SIRetrievalListener listener,
short[] someDescriptorTags)
Retrieve information associated with transport streams carried via the network.
|
Copyright © 2012 code4tv.com. All Rights Reserved.