Uses of Class
sound.recorder.FormatBean

Packages that use FormatBean
sound.recorder   
 

Uses of FormatBean in sound.recorder
 

Fields in sound.recorder declared as FormatBean
 FormatBean FormatPanel.formatBean
           
 

Methods in sound.recorder that return FormatBean
static FormatBean[] FormatBean.getFormatBeans()
          Using all combinations of encodings, sample rates sample sized endian-ness and channel numbers, return all possible AudioFormats (without checking if they are, infact, implemented).
 

Methods in sound.recorder with parameters of type FormatBean
static javax.sound.sampled.AudioFormat FormatBean.getAudioFormat(FormatBean formatBean)