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 Class
javax.tv.service.ServiceType

Packages that use ServiceType
javax.tv.service Provides mechanisms for accessing the service information (SI) database and APIs representing the SI elements it contains. 
javax.tv.service.navigation Provides APIs to navigate through services and hierarchical service information. 
 

Uses of ServiceType in javax.tv.service
 

Fields in javax.tv.service declared as ServiceType
static ServiceType ServiceType.DIGITAL_TV
          Digital TV service type.
static ServiceType ServiceType.DIGITAL_RADIO
          Digital radio service type.
static ServiceType ServiceType.NVOD_REFERENCE
          NVOD reference service type.
static ServiceType ServiceType.NVOD_TIME_SHIFTED
          NVOD time-shifted service type.
static ServiceType ServiceType.ANALOG_TV
          Analog TV service type.
static ServiceType ServiceType.ANALOG_RADIO
          Analog radio service type.
static ServiceType ServiceType.DATA_BROADCAST
          Data broadcast service type identifying a data service.
static ServiceType ServiceType.DATA_APPLICATION
          Data application service type identifying an interactive application.
static ServiceType ServiceType.UNKNOWN
          Unknown service type.
 

Methods in javax.tv.service that return ServiceType
 ServiceType Service.getServiceType()
          Returns the type of this service, (for example, "digital television", "digital radio", "NVOD", etc.) These values can be mapped to the ATSC service type in the VCT table and the DVB service type in the service descriptor.
 

Uses of ServiceType in javax.tv.service.navigation
 

Methods in javax.tv.service.navigation that return ServiceType
 ServiceType ServiceTypeFilter.getFilterValue()
          Reports the ServiceType used to create this filter.
 ServiceType ServiceDetails.getServiceType()
          Returns the type of this service, for example, "digital television", "digital radio", "NVOD", etc.
 

Constructors in javax.tv.service.navigation with parameters of type ServiceType
ServiceTypeFilter(ServiceType type)
          Constructs the filter based on a particular ServiceType.
 


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.