|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.tv.service.navigation.StreamType
public class StreamType
This class represents values of ServiceComponent
stream types (e.g., "video", "audio", "subtitles", "data",
"sections", etc.).
ServiceComponent| Field Summary | |
|---|---|
static StreamType |
AUDIO
Audio component. |
static StreamType |
DATA
Data component. |
static StreamType |
SECTIONS
MPEG sections component. |
static StreamType |
SUBTITLES
Subtitles component. |
static StreamType |
UNKNOWN
Unknown component. |
static StreamType |
VIDEO
Video component. |
| Constructor Summary | |
|---|---|
protected |
StreamType(String name)
Creates a stream type object. |
| Method Summary | |
|---|---|
String |
toString()
Provides the string name of the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final StreamType VIDEO
public static final StreamType AUDIO
public static final StreamType SUBTITLES
public static final StreamType DATA
public static final StreamType SECTIONS
public static final StreamType UNKNOWN
| Constructor Detail |
|---|
protected StreamType(String name)
name - The string name of this type (e.g., "VIDEO").| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||