Uses of Interface
com.qoppa.pdf.annotations.Sound

Packages that use Sound
com.qoppa.pdf.annotations Classes representing PDF annotations. 
 

Uses of Sound in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return Sound
 Sound IAnnotationFactory.createSound(AudioFormat format, byte[] content)
          Constructs a sound annotation from an AudioFormat object and an array of bytes containing the audio content.
 Sound IAnnotationFactory.createSound(AudioInputStream audioStream)
          Constructs a sound annotation from an AudioInputStream object.