public class StreamType extends Object
ServiceComponent
stream types (e.g., "video", "audio", "subtitles", "data",
"sections", etc.).ServiceComponent| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier | Constructor and Description |
|---|---|
protected |
StreamType(String name)
Creates a stream type object.
|
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
protected StreamType(String name)
name - The string name of this type (e.g., "VIDEO").Copyright © 2012 code4tv.com. All Rights Reserved.