public static enum TrackImpl.StreamingProtocol extends Enum<TrackImpl.StreamingProtocol>
| Enum Constant and Description |
|---|
BITTORENTLIVE |
DASH |
DOWNLOAD |
FILE |
HDS |
HLS |
ICY |
MMS |
PNA |
PNM |
RTMP |
RTMPE |
RTP |
RTSP |
SMOOTH |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static TrackImpl.StreamingProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackImpl.StreamingProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrackImpl.StreamingProtocol DOWNLOAD
public static final TrackImpl.StreamingProtocol HLS
public static final TrackImpl.StreamingProtocol DASH
public static final TrackImpl.StreamingProtocol HDS
public static final TrackImpl.StreamingProtocol SMOOTH
public static final TrackImpl.StreamingProtocol MMS
public static final TrackImpl.StreamingProtocol RTP
public static final TrackImpl.StreamingProtocol RTSP
public static final TrackImpl.StreamingProtocol RTMP
public static final TrackImpl.StreamingProtocol RTMPE
public static final TrackImpl.StreamingProtocol PNM
public static final TrackImpl.StreamingProtocol PNA
public static final TrackImpl.StreamingProtocol ICY
public static final TrackImpl.StreamingProtocol BITTORENTLIVE
public static final TrackImpl.StreamingProtocol FILE
public static final TrackImpl.StreamingProtocol UNKNOWN
public static TrackImpl.StreamingProtocol[] values()
for (TrackImpl.StreamingProtocol c : TrackImpl.StreamingProtocol.values()) System.out.println(c);
public static TrackImpl.StreamingProtocol valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2009–2020 Opencast Project. All rights reserved.