| 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.
|
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.
|
Copyright © 2012 code4tv.com. All Rights Reserved.