Enum Class VideoCodec

java.lang.Object
java.lang.Enum<VideoCodec>
com.microsoft.graph.callrecords.models.VideoCodec
All Implemented Interfaces:
Serializable, Comparable<VideoCodec>, Constable

public enum VideoCodec extends Enum<VideoCodec>
The Enum Video Codec.
  • Enum Constant Details

    • UNKNOWN

      public static final VideoCodec UNKNOWN
      unknown
    • INVALID

      public static final VideoCodec INVALID
      invalid
    • AV1

      public static final VideoCodec AV1
      av1
    • H263

      public static final VideoCodec H263
      h263
    • H264

      public static final VideoCodec H264
      h264
    • H264S

      public static final VideoCodec H264S
      h264s
    • H264UC

      public static final VideoCodec H264UC
      h264uc
    • H265

      public static final VideoCodec H265
      h265
    • RTVC1

      public static final VideoCodec RTVC1
      rtvc1
    • RT_VIDEO

      public static final VideoCodec RT_VIDEO
      rt Video
    • XRTVC1

      public static final VideoCodec XRTVC1
      xrtvc1
    • UNKNOWN_FUTURE_VALUE

      public static final VideoCodec UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

      public static final VideoCodec UNEXPECTED_VALUE
      For VideoCodec values that were not expected from the service
  • Method Details

    • values

      public static VideoCodec[] 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 VideoCodec 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