Uses of Interface
javax.tv.service.SIElement

Packages that use SIElement
javax.tv.service Provides mechanisms for accessing the service information (SI) database and APIs representing the SI elements it contains. 
javax.tv.service.guide Provides APIs to support electronic program guides (EPGs), including program schedules, program events and program ratings. 
javax.tv.service.navigation Provides APIs to navigate through services and hierarchical service information. 
javax.tv.service.transport Provides additional information about the transport mechanisms that deliver the content the SI data describes. 
org.ocap.si The org.ocap.si package represents MPEG-2 PSI data. 
 

Uses of SIElement in javax.tv.service
 

Methods in javax.tv.service that return SIElement
 SIElement SIChangeEvent.getSIElement()
          Reports the SIElement that changed.
 

Constructors in javax.tv.service with parameters of type SIElement
SIChangeEvent(Object source, SIChangeType type, SIElement e)
          Constructs an SIChangeEvent object.
 

Uses of SIElement in javax.tv.service.guide
 

Subinterfaces of SIElement in javax.tv.service.guide
 interface ProgramEvent
          ProgramEvent represents collection of elementary streams with a common time base, an associated start time, and an associated end time.
 

Uses of SIElement in javax.tv.service.navigation
 

Subinterfaces of SIElement in javax.tv.service.navigation
 interface ServiceComponent
          This interface represents an abstraction of an elementary stream.
 interface ServiceDetails
          This interface provides access to service meta-data.
 

Methods in javax.tv.service.navigation that return SIElement
 SIElement SIElementFilter.getFilterValue()
          Reports the SIElement used to create this filter.
 

Constructors in javax.tv.service.navigation with parameters of type SIElement
ServiceDetailsSIChangeEvent(ServiceDetails service, SIChangeType type, SIElement e)
          Constructs a ServiceDetailsSIChangeEvent.
SIElementFilter(SIElement element)
          Constructs the filter based on a particular SIElement.
 

Uses of SIElement in javax.tv.service.transport
 

Subinterfaces of SIElement in javax.tv.service.transport
 interface Bouquet
          This interface represents information about a bouquet.
 interface Network
          This interface provides descriptive information concerning a network.
 interface TransportStream
          This interface provides information about a transport stream.
 

Constructors in javax.tv.service.transport with parameters of type SIElement
TransportSIChangeEvent(Transport transport, SIChangeType type, SIElement e)
          Constructs an TransportSIChangeEvent.
 

Uses of SIElement in org.ocap.si
 

Subinterfaces of SIElement in org.ocap.si
 interface ProgramAssociationTable
          This interface represents an MPEG-2 Program Association Table (PAT).
 interface ProgramMapTable
          This interface represents an MPEG-2 Program Map Table (PMT).
 interface Table
          This interface represents an MPEG-2 Program Specific Information (PSI) table structure.
 



Copyright © 2011. All Rights Reserved.