public static enum Stream.StreamVideoType extends java.lang.Enum<Stream.StreamVideoType>
Stream.getStreamVideoType()
method.Enum Constant and Description |
---|
StreamVideoTypeCamera
Defines the camera video mode setting for the
Stream.getStreamVideoType() method. |
StreamVideoTypeCustom
Defines the custom video mode setting for the
Stream.getStreamVideoType() method. |
StreamVideoTypeScreen
Defines the screen video mode setting for the
Stream.getStreamVideoType() method. |
Modifier and Type | Method and Description |
---|---|
int |
getVideoType() |
static Stream.StreamVideoType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Stream.StreamVideoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stream.StreamVideoType StreamVideoTypeCamera
Stream.getStreamVideoType()
method.public static final Stream.StreamVideoType StreamVideoTypeScreen
Stream.getStreamVideoType()
method.public static final Stream.StreamVideoType StreamVideoTypeCustom
Stream.getStreamVideoType()
method.public static Stream.StreamVideoType[] values()
for (Stream.StreamVideoType c : Stream.StreamVideoType.values()) System.out.println(c);
public static Stream.StreamVideoType 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 getVideoType()