public static enum VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE extends java.lang.Enum<VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE>
Enum Constant and Description |
---|
REMOTE_VIDEO_STREAM_HIGH |
REMOTE_VIDEO_STREAM_LOW |
Modifier and Type | Method and Description |
---|---|
static VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE REMOTE_VIDEO_STREAM_HIGH
public static final VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE REMOTE_VIDEO_STREAM_LOW
public static VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE[] values()
for (VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE c : VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE.values()) System.out.println(c);
public static VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE 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 null