public static enum Constants.VideoModulePosition extends java.lang.Enum<Constants.VideoModulePosition>
Enum Constant and Description |
---|
VIDEO_MODULE_POSITION_POST_CAPTURER
The position after capturing the video data and pre-processing.
|
VIDEO_MODULE_POSITION_POST_CAPTURER_ORIGIN
The position after capturing the video data and before pre-processing.
|
VIDEO_MODULE_POSITION_PRE_ENCODER
The position before encoding the video data.
|
VIDEO_MODULE_POSITION_PRE_RENDERER
The position before receiving the remote video data.
|
Modifier and Type | Method and Description |
---|---|
static int |
getValue(Constants.VideoModulePosition position) |
static Constants.VideoModulePosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.VideoModulePosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.VideoModulePosition VIDEO_MODULE_POSITION_POST_CAPTURER
public static final Constants.VideoModulePosition VIDEO_MODULE_POSITION_PRE_RENDERER
public static final Constants.VideoModulePosition VIDEO_MODULE_POSITION_PRE_ENCODER
public static final Constants.VideoModulePosition VIDEO_MODULE_POSITION_POST_CAPTURER_ORIGIN
public static Constants.VideoModulePosition[] values()
for (Constants.VideoModulePosition c : Constants.VideoModulePosition.values()) System.out.println(c);
public static Constants.VideoModulePosition 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.VideoModulePosition position)