Package io.agora.rtc2

Enum Class Constants.VideoModulePosition

java.lang.Object
java.lang.Enum<Constants.VideoModulePosition>
io.agora.rtc2.Constants.VideoModulePosition
All Implemented Interfaces:
Serializable, Comparable<Constants.VideoModulePosition>, Constable
Enclosing class:
Constants

public static enum Constants.VideoModulePosition extends Enum<Constants.VideoModulePosition>
  • Enum Constant Details

    • VIDEO_MODULE_POSITION_POST_CAPTURER

      public static final Constants.VideoModulePosition VIDEO_MODULE_POSITION_POST_CAPTURER
      The position after capturing the video data and pre-processing.
    • VIDEO_MODULE_POSITION_PRE_RENDERER

      public static final Constants.VideoModulePosition VIDEO_MODULE_POSITION_PRE_RENDERER
      The position before receiving the remote video data.
    • VIDEO_MODULE_POSITION_PRE_ENCODER

      public static final Constants.VideoModulePosition VIDEO_MODULE_POSITION_PRE_ENCODER
      The position before encoding the video data.
    • VIDEO_MODULE_POSITION_POST_CAPTURER_ORIGIN

      public static final Constants.VideoModulePosition VIDEO_MODULE_POSITION_POST_CAPTURER_ORIGIN
      The position after capturing the video data and before pre-processing.
  • Method Details

    • values

      public static Constants.VideoModulePosition[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Constants.VideoModulePosition valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public static int getValue(Constants.VideoModulePosition position)