Uses of Class
com.vwp.sound.mod.sound.output.SoundDataFormat

Packages that use SoundDataFormat
com.vwp.sound.mod.sound.output   
 

Uses of SoundDataFormat in com.vwp.sound.mod.sound.output
 

Methods in com.vwp.sound.mod.sound.output that return SoundDataFormat
 SoundDataFormat JavaSoundOutput.getFormat()
           
 

Methods in com.vwp.sound.mod.sound.output with parameters of type SoundDataFormat
 boolean JavaSoundOutput.supports(SoundDataFormat format)
           
 boolean WavOutput.supports(SoundDataFormat format)
           
 

Constructors in com.vwp.sound.mod.sound.output with parameters of type SoundDataFormat
JavaSoundOutput(SoundDataFormat format, int bufferTime)
          Creates a StereoSoundOutput with a output buffer of the given size.
WavOutput(String filename, SoundDataFormat format)