| Package | Description |
|---|---|
| com.sun.tv.si | |
| javax.tv.service | |
| org.dvb.application.storage |
| Modifier and Type | Method and Description |
|---|---|
ServiceInformationType |
TransportStreamImpl.getServiceInformationType()
Reports the service information format of this object.
|
ServiceInformationType |
ServiceImpl.getServiceInformationType()
Reports the service information format of this object.
|
ServiceInformationType |
ServiceDetailsImpl.getServiceInformationType()
Reports the service information format of this object.
|
ServiceInformationType |
ServiceDescriptionImpl.getServiceInformationType()
Reports the service information format of this object.
|
ServiceInformationType |
ServiceComponentImpl.getServiceInformationType()
Reports the service information format of this object.
|
ServiceInformationType |
ProgramEventImpl.getServiceInformationType()
Reports the service information format of this object.
|
ServiceInformationType |
ProgramEventDescriptionImpl.getServiceInformationType()
Reports the service information format of this object.
|
ServiceInformationType |
NetworkImpl.getServiceInformationType()
Reports the service information format of this object.
|
ServiceInformationType |
BouquetImpl.getServiceInformationType()
Reports the service information format of this object.
|
| Constructor and Description |
|---|
BouquetImpl(String name,
int bouquetID,
ServiceInformationType siType,
Date updatedTime)
This constructor creates the Bouquet object, with all the
class variables, passed into the constructor.
|
NetworkImpl(String name,
int networkID,
ServiceInformationType siType,
Date updatedTime) |
ProgramEventImpl(String programName,
String serviceName,
Date startTime,
Date endTime,
ServiceInformationType siType,
ContentRatingAdvisory rating,
Date updatedTime) |
ServiceComponentImpl(String name,
String language,
StreamType streamType,
Service service,
ProgramEvent program,
ServiceInformationType siType,
boolean autorun,
Date updatedTime) |
ServiceImpl(String serviceName,
boolean hasMultiples,
ServiceType sType,
ServiceInformationType siType,
int serviceNumber,
int minorNumber,
Date updatedTime)
The ServiceImpl constructor accepts all information to setup a service entry
in the SI database.
|
TransportStreamImpl(String description,
int transportStreamID,
ServiceInformationType siType,
Date updatedTime,
int networkID) |
| Modifier and Type | Field and Description |
|---|---|
static ServiceInformationType |
ServiceInformationType.ATSC_PSIP
ATSC PSIP format.
|
static ServiceInformationType |
ServiceInformationType.DVB_SI
DVB SI format.
|
static ServiceInformationType |
ServiceInformationType.SCTE_SI
SCTE SI format.
|
static ServiceInformationType |
ServiceInformationType.UNKNOWN
Unknown format.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceInformationType |
SIElement.getServiceInformationType()
Reports the SI format in which this
SIElement was
delivered. |
| Modifier and Type | Method and Description |
|---|---|
ServiceInformationType |
StoredApplicationService.getServiceInformationType()
Returns the service information format of this object.
|
Copyright © 2012 code4tv.com. All Rights Reserved.