@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:36.407Z") @Stability(value=Experimental) public enum LatencyMode extends Enum<LatencyMode>
| Enum Constant and Description |
|---|
LOW
(experimental) Use LOW to minimize broadcaster-to-viewer latency for interactive broadcasts.
|
NORMAL
(experimental) Use NORMAL for broadcasts that do not require viewer interaction.
|
| Modifier and Type | Method and Description |
|---|---|
static LatencyMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LatencyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final LatencyMode LOW
@Stability(value=Experimental) public static final LatencyMode NORMAL
public static LatencyMode[] values()
for (LatencyMode c : LatencyMode.values()) System.out.println(c);
public static LatencyMode 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.