| Package | Description |
|---|---|
| com.sun.tv.si | |
| javax.tv.service | |
| javax.tv.service.navigation | |
| org.dvb.application.storage | |
| org.dvb.internet |
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
ServiceImpl.getServiceType()
Retuns the type of this service.
|
ServiceType |
ServiceDetailsImpl.getServiceType()
Retuns the type of this service.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
static ServiceType |
ServiceType.ANALOG_RADIO
Analog radio service type.
|
static ServiceType |
ServiceType.ANALOG_TV
Analog TV service type.
|
static ServiceType |
ServiceType.DATA_APPLICATION
Data application service type identifying an interactive application.
|
static ServiceType |
ServiceType.DATA_BROADCAST
Data broadcast service type identifying a data service.
|
static ServiceType |
ServiceType.DIGITAL_RADIO
Digital radio service type.
|
static ServiceType |
ServiceType.DIGITAL_TV
Digital TV 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.UNKNOWN
Unknown service type.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
ServiceTypeFilter(ServiceType type)
Constructs the filter based on a particular
ServiceType. |
| Modifier and Type | Class and Description |
|---|---|
class |
StoredApplicationServiceType
The service type used for stored application services.
|
| Modifier and Type | Field and Description |
|---|---|
static ServiceType |
StoredApplicationServiceType.STORED_APPLICATION_SERVICE
The service type for a stored application.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
StoredApplicationService.getServiceType()
Returns the type of this service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternetServiceType
Class representing the additional service types available in the Internet Access profile.
|
| Modifier and Type | Field and Description |
|---|---|
static ServiceType |
InternetServiceType.INTERNET_CLIENT
WWW service type
|
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
InternetClientService.getServiceType()
Returns the type of this service.
|
Copyright © 2012 code4tv.com. All Rights Reserved.