Enum Class Audioinput.SampleFormat

java.lang.Object
java.lang.Enum<Audioinput.SampleFormat>
com.viam.component.audioinput.v1.Audioinput.SampleFormat
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<Audioinput.SampleFormat>, Constable
Enclosing class:
Audioinput

public static enum Audioinput.SampleFormat extends Enum<Audioinput.SampleFormat> implements com.google.protobuf.Internal.EnumLite
Protobuf enum viam.component.audioinput.v1.SampleFormat
  • Enum Constant Details

    • SAMPLE_FORMAT_UNSPECIFIED

      public static final Audioinput.SampleFormat SAMPLE_FORMAT_UNSPECIFIED
      SAMPLE_FORMAT_UNSPECIFIED = 0;
    • SAMPLE_FORMAT_INT16_INTERLEAVED

      public static final Audioinput.SampleFormat SAMPLE_FORMAT_INT16_INTERLEAVED
      SAMPLE_FORMAT_INT16_INTERLEAVED = 1;
    • SAMPLE_FORMAT_FLOAT32_INTERLEAVED

      public static final Audioinput.SampleFormat SAMPLE_FORMAT_FLOAT32_INTERLEAVED
      SAMPLE_FORMAT_FLOAT32_INTERLEAVED = 2;
    • UNRECOGNIZED

      public static final Audioinput.SampleFormat UNRECOGNIZED
  • Field Details

    • SAMPLE_FORMAT_UNSPECIFIED_VALUE

      public static final int SAMPLE_FORMAT_UNSPECIFIED_VALUE
      SAMPLE_FORMAT_UNSPECIFIED = 0;
      See Also:
    • SAMPLE_FORMAT_INT16_INTERLEAVED_VALUE

      public static final int SAMPLE_FORMAT_INT16_INTERLEAVED_VALUE
      SAMPLE_FORMAT_INT16_INTERLEAVED = 1;
      See Also:
    • SAMPLE_FORMAT_FLOAT32_INTERLEAVED_VALUE

      public static final int SAMPLE_FORMAT_FLOAT32_INTERLEAVED_VALUE
      SAMPLE_FORMAT_FLOAT32_INTERLEAVED = 2;
      See Also:
  • Method Details

    • values

      public static Audioinput.SampleFormat[] 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 Audioinput.SampleFormat 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 final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static Audioinput.SampleFormat valueOf(int value)
      Deprecated.
      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:
      value - 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
    • forNumber

      public static Audioinput.SampleFormat forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<Audioinput.SampleFormat> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()