public static enum Constants.QoEPreference extends java.lang.Enum<Constants.QoEPreference>
Enum Constant and Description |
---|
VIDEO_QOE_PREFERENCE_BALANCE
0: Default QoE type, balance the delay, picture quality and fluency.
|
VIDEO_QOE_PREFERENCE_DELAY_FIRST
1: lower the e2e delay.
|
VIDEO_QOE_PREFERENCE_FLUENCY_FIRST
0: more fluency.
|
VIDEO_QOE_PREFERENCE_PICTURE_QUALITY_FIRST
1: picture quality.
|
Modifier and Type | Method and Description |
---|---|
static int |
getValue(Constants.QoEPreference type) |
static Constants.QoEPreference |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.QoEPreference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.QoEPreference VIDEO_QOE_PREFERENCE_BALANCE
public static final Constants.QoEPreference VIDEO_QOE_PREFERENCE_DELAY_FIRST
public static final Constants.QoEPreference VIDEO_QOE_PREFERENCE_PICTURE_QUALITY_FIRST
public static final Constants.QoEPreference VIDEO_QOE_PREFERENCE_FLUENCY_FIRST
public static Constants.QoEPreference[] values()
for (Constants.QoEPreference c : Constants.QoEPreference.values()) System.out.println(c);
public static Constants.QoEPreference 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 static int getValue(Constants.QoEPreference type)