public static enum RtmpUserControlMessage.UserControlKind extends Enum<RtmpUserControlMessage.UserControlKind>
| Enum Constant and Description |
|---|
PING_REQUEST |
PING_RESPONSE |
SET_BUFFER_LENGTH |
STREAM_BEGIN |
STREAM_DRY |
STREAM_EOF |
STREAM_RECORDED |
| Modifier and Type | Method and Description |
|---|---|
static RtmpUserControlMessage.UserControlKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RtmpUserControlMessage.UserControlKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RtmpUserControlMessage.UserControlKind STREAM_BEGIN
public static final RtmpUserControlMessage.UserControlKind STREAM_EOF
public static final RtmpUserControlMessage.UserControlKind STREAM_DRY
public static final RtmpUserControlMessage.UserControlKind SET_BUFFER_LENGTH
public static final RtmpUserControlMessage.UserControlKind STREAM_RECORDED
public static final RtmpUserControlMessage.UserControlKind PING_REQUEST
public static final RtmpUserControlMessage.UserControlKind PING_RESPONSE
public static RtmpUserControlMessage.UserControlKind[] values()
for (RtmpUserControlMessage.UserControlKind c : RtmpUserControlMessage.UserControlKind.values()) System.out.println(c);
public static RtmpUserControlMessage.UserControlKind 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 © 2014–2015. All rights reserved.