@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum InputType extends Enum<InputType>
| Enum Constant and Description |
|---|
INPUT_DEVICE |
MEDIACONNECT |
MP4_FILE |
RTMP_PULL |
RTMP_PUSH |
RTP_PUSH |
UDP_PUSH |
URL_PULL |
| Modifier and Type | Method and Description |
|---|---|
static InputType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static InputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputType UDP_PUSH
public static final InputType RTP_PUSH
public static final InputType RTMP_PUSH
public static final InputType RTMP_PULL
public static final InputType URL_PULL
public static final InputType MP4_FILE
public static final InputType MEDIACONNECT
public static final InputType INPUT_DEVICE
public static InputType[] values()
for (InputType c : InputType.values()) System.out.println(c);
public static InputType 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 static InputType fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2020. All rights reserved.