public static enum Constants.ChannelProfileType extends java.lang.Enum<Constants.ChannelProfileType>
| Enum Constant and Description |
|---|
CHANNEL_PROFILE_CLOUD_GAMING
Deprecated.
This profile is deprecated.
|
CHANNEL_PROFILE_COMMUNICATION
0: Communication.
|
CHANNEL_PROFILE_COMMUNICATION_1v1
Deprecated.
This profile is deprecated.
|
CHANNEL_PROFILE_GAME
Deprecated.
This profile is deprecated.
|
CHANNEL_PROFILE_LIVE_BROADCASTING
1: (Default) Live Broadcast.
|
| Modifier and Type | Field and Description |
|---|---|
private int |
value |
| Modifier and Type | Method and Description |
|---|---|
static Constants.ChannelProfileType |
fromInt(int value) |
int |
getValue() |
static Constants.ChannelProfileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ChannelProfileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.ChannelProfileType CHANNEL_PROFILE_COMMUNICATION
public static final Constants.ChannelProfileType CHANNEL_PROFILE_LIVE_BROADCASTING
@Deprecated public static final Constants.ChannelProfileType CHANNEL_PROFILE_GAME
@Deprecated public static final Constants.ChannelProfileType CHANNEL_PROFILE_CLOUD_GAMING
@Deprecated public static final Constants.ChannelProfileType CHANNEL_PROFILE_COMMUNICATION_1v1
public static Constants.ChannelProfileType[] values()
for (Constants.ChannelProfileType c : Constants.ChannelProfileType.values()) System.out.println(c);
public static Constants.ChannelProfileType 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 getValue()
public static Constants.ChannelProfileType fromInt(int value)