Package tvi.webrtc

Enum Class VideoCodecStatus

java.lang.Object
java.lang.Enum<VideoCodecStatus>
tvi.webrtc.VideoCodecStatus
All Implemented Interfaces:
Serializable, Comparable<VideoCodecStatus>, Constable

public enum VideoCodecStatus extends Enum<VideoCodecStatus>
Status codes reported by video encoding/decoding components. This should be kept in sync with video_error_codes.h.
  • Enum Constant Details

  • Method Details

    • values

      public static VideoCodecStatus[] 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 VideoCodecStatus 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
    • getNumber

      public int getNumber()