Enum Class BaseReader.AudioSymbology

java.lang.Object
java.lang.Enum<BaseReader.AudioSymbology>
com.digimarc.dms.readers.BaseReader.AudioSymbology
All Implemented Interfaces:
BaseReader.Symbology, Serializable, Comparable<BaseReader.AudioSymbology>, Constable
Enclosing class:
BaseReader

public static enum BaseReader.AudioSymbology extends Enum<BaseReader.AudioSymbology> implements BaseReader.Symbology
Audio symbologies are intended for use with the audio-based readers (AudioReader and AudioCaptureReader). They will be ignored if they are passed into an image reader.
  • Enum Constant Details

    • Audio_Digimarc

      public static final BaseReader.AudioSymbology Audio_Digimarc

      Audio Digimarc symbology.

      This symbology is for decoding Digimarc Barcode for Audio.

  • Field Details

    • mName

      protected final String mName
    • mId

      protected final int mId
  • Method Details

    • values

      public static BaseReader.AudioSymbology[] 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 BaseReader.AudioSymbology 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
    • getName

      @NonNull public String getName()
      Specified by:
      getName in interface BaseReader.Symbology
    • getBitmaskValue

      public int getBitmaskValue()
      Specified by:
      getBitmaskValue in interface BaseReader.Symbology
    • withinMask

      public boolean withinMask(int readerMask)
      Specified by:
      withinMask in interface BaseReader.Symbology
    • addSymbology

      public int addSymbology(int baseValue)
      Specified by:
      addSymbology in interface BaseReader.Symbology