public static enum RtmpStreamMessage.StreamKind extends Enum<RtmpStreamMessage.StreamKind>
| Enum Constant and Description |
|---|
ABORT |
ACKNOWLEDGMENT |
COMMAND_AMF0 |
COMMAND_AMF3 |
DATA_AMF0 |
DATA_AMF3 |
SET_CHUNK_SIZE |
SET_PEER_BANDWIDTH |
USER |
WINDOW_ACKNOWLEDGMENT_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static RtmpStreamMessage.StreamKind |
decode(int code) |
byte |
getCode() |
static RtmpStreamMessage.StreamKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RtmpStreamMessage.StreamKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RtmpStreamMessage.StreamKind SET_CHUNK_SIZE
public static final RtmpStreamMessage.StreamKind ABORT
public static final RtmpStreamMessage.StreamKind ACKNOWLEDGMENT
public static final RtmpStreamMessage.StreamKind USER
public static final RtmpStreamMessage.StreamKind WINDOW_ACKNOWLEDGMENT_SIZE
public static final RtmpStreamMessage.StreamKind SET_PEER_BANDWIDTH
public static final RtmpStreamMessage.StreamKind DATA_AMF3
public static final RtmpStreamMessage.StreamKind COMMAND_AMF3
public static final RtmpStreamMessage.StreamKind DATA_AMF0
public static final RtmpStreamMessage.StreamKind COMMAND_AMF0
public static RtmpStreamMessage.StreamKind[] values()
for (RtmpStreamMessage.StreamKind c : RtmpStreamMessage.StreamKind.values()) System.out.println(c);
public static RtmpStreamMessage.StreamKind 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 nullpublic byte getCode()
public static RtmpStreamMessage.StreamKind decode(int code)
Copyright © 2014–2015. All rights reserved.