Class VoiceAnnotation

java.lang.Object
com.flir.thermalsdk.image.VoiceAnnotation

public class VoiceAnnotation extends Object
Defines a voice annotation which can be added to a snapshot from a camera.
  • Method Details

    • getData

      public byte[] getData()
      Gets a VoiceAnnotation's data as a plain byte array.
      Returns:
      a VoiceAnnotation's data as a plain byte array.
    • getSoundFormat

      public VoiceAnnotationFormat getSoundFormat()
      Gets a sound format for the VoiceAnnotation.
      Returns:
      a sound format for the VoiceAnnotation.
    • getStream

      public ByteArrayInputStream getStream()
      Gets a VoiceAnnotation's data as an ByteArrayInputStream.
      Returns:
      a VoiceAnnotation's data as an ByteArrayInputStream.
    • toString

      public String toString()
      Overrides:
      toString in class Object