@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:36.406Z") @Stability(value=Experimental) public enum ChannelType extends 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(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.
|
@Stability(value=Experimental) public static final ChannelType STANDARD
@Stability(value=Experimental) 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(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 nullCopyright © 2022. All rights reserved.