@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:37.155Z") public enum ChannelType extends java.lang.Enum<ChannelType>
If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately.
Enum Constant and Description |
---|
BASIC
(experimental) delivers the original input to viewers.
|
STANDARD
(experimental) Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions.
|
Modifier and Type | Method and Description |
---|---|
static ChannelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChannelType STANDARD
public static final ChannelType BASIC
The viewer’s video-quality choice is limited to the original input.
public static ChannelType[] values()
for (ChannelType c : ChannelType.values()) System.out.println(c);
public static ChannelType 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