Package com.flir.thermalsdk.image
Class VoiceAnnotation
java.lang.Object
com.flir.thermalsdk.image.VoiceAnnotation
Defines a voice annotation which can be added to a snapshot from a camera.
-
Method Details
-
getData
public byte[] getData()Gets aVoiceAnnotation
's data as a plain byte array.- Returns:
- a
VoiceAnnotation
's data as a plain byte array.
-
getSoundFormat
Gets a sound format for theVoiceAnnotation
.- Returns:
- a sound format for the
VoiceAnnotation
.
-
getStream
Gets aVoiceAnnotation
's data as anByteArrayInputStream
.- Returns:
- a
VoiceAnnotation
's data as anByteArrayInputStream
.
-
toString
-