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