Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

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. 
 

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(java.lang.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.
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.