Uses of Class
org.tritonus.lowlevel.vorbis.Block

Packages that use Block
org.tritonus.lowlevel.vorbis Access to the native vorbis library. 
 

Uses of Block in org.tritonus.lowlevel.vorbis
 

Methods in org.tritonus.lowlevel.vorbis with parameters of type Block
 int DspState.blockOut(Block block)
          Calls vorbis_analysis_blockout().
 int DspState.blockIn(Block block)
          Calls vorbis_synthesis_blockin().