| Package | Description |
|---|---|
| com.sun.tv.receiver | |
| com.sun.tv.si | |
| javax.tv.service.navigation | |
| org.dvb.media |
| Modifier and Type | Method and Description |
|---|---|
static StreamType |
SIEmulator.toStreamType(String stype) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SIEmulator.putServiceComponent(long playTimeRel,
String name,
String language,
StreamType streamType,
String serviceName,
String programName,
String siType,
boolean autorun,
String selectionFailedReason) |
| Modifier and Type | Method and Description |
|---|---|
StreamType |
ServiceComponentImpl.getStreamType()
Provides the stream type of this component.
|
| Constructor and Description |
|---|
ServiceComponentImpl(String name,
String language,
StreamType streamType,
Service service,
ProgramEvent program,
ServiceInformationType siType,
boolean autorun,
Date updatedTime) |
| Modifier and Type | Field and Description |
|---|---|
static StreamType |
StreamType.AUDIO
Audio component.
|
static StreamType |
StreamType.DATA
Data component.
|
static StreamType |
StreamType.SECTIONS
MPEG sections component.
|
static StreamType |
StreamType.SUBTITLES
Subtitles component.
|
static StreamType |
StreamType.UNKNOWN
Unknown component.
|
static StreamType |
StreamType.VIDEO
Video component.
|
| Modifier and Type | Method and Description |
|---|---|
StreamType |
ServiceComponent.getStreamType()
Provides the stream type of this component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DVBMediaSelectControl.add(Locator component,
StreamType type)
Adds a service component (for example, subtitles) to the presentation over-riding
the stream type signalled for the component.
|
void |
DVBMediaSelectControl.select(Locator[] components,
StreamType[] types)
Selects one or more service components for presentation over-riding the stream type signalled for
the component.
|
void |
DVBMediaSelectControl.select(Locator component,
StreamType type)
Selects a new service component for presentation over-riding the stream type signalled for the component.
|
Copyright © 2012 code4tv.com. All Rights Reserved.