public static enum StreamInfo.StreamingType extends java.lang.Enum<StreamInfo.StreamingType>
Enum Constant and Description |
---|
STREAMING_TYPE_NEAR_REALTIME
Near-realtime mode for predefined latency
|
STREAMING_TYPE_OFFLINE
Offline upload mode
|
STREAMING_TYPE_REALTIME
Realtime mode for minimal latency
|
Modifier and Type | Method and Description |
---|---|
int |
getIntValue() |
static StreamInfo.StreamingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StreamInfo.StreamingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamInfo.StreamingType STREAMING_TYPE_REALTIME
public static final StreamInfo.StreamingType STREAMING_TYPE_NEAR_REALTIME
public static final StreamInfo.StreamingType STREAMING_TYPE_OFFLINE
public static StreamInfo.StreamingType[] values()
for (StreamInfo.StreamingType c : StreamInfo.StreamingType.values()) System.out.println(c);
public static StreamInfo.StreamingType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getIntValue()
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.