|
||||||||||
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. |
Method Summary | |
---|---|
String |
toString()
Provides the string name of the type. |
Methods inherited from class java.lang.Object |
---|
equals, 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
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 |