Uses of Class
quicktime.std.movies.media.MediaEQSpectrumBands

Packages that use MediaEQSpectrumBands
quicktime.sound   
quicktime.std.movies.media   
 

Uses of MediaEQSpectrumBands in quicktime.sound
 

Methods in quicktime.sound that return MediaEQSpectrumBands
 MediaEQSpectrumBands SndChannel.getEQSpectrumBands(int count)
          Pass in the count of bands you expect to get back, it would return the the actual value of bands available with their frequncy limits.
 

Methods in quicktime.sound with parameters of type MediaEQSpectrumBands
 void SndChannel.setEQSpectrumBands(MediaEQSpectrumBands spectrumInfo)
          Set the array of fequencies that are used to calculate spectral information.
 

Uses of MediaEQSpectrumBands in quicktime.std.movies.media
 

Methods in quicktime.std.movies.media that return MediaEQSpectrumBands
 MediaEQSpectrumBands SoundMediaHandler.getSoundEqualizerBands(int count)
          Pass in the count of bands you expect to get back, it would return the the actual value of bands available with the freq.
 MediaEQSpectrumBands MPEGMediaHandler.getSoundEqualizerBands(int count)
          Pass in the count of bands you expect to get back, it would return the the actual value of bands available with the freq.
 MediaEQSpectrumBands AudioMediaHandler.getSoundEqualizerBands(int count)
          Pass in the count of bands you expect to get back, it would return the the actual value of bands available with the freq.
 MediaEQSpectrumBands StreamMediaHandler.getSoundEqualizerBands(int count)
          Pass in the count of bands you expect to get back, it would return the the actual value of bands available with the freq.
 

Methods in quicktime.std.movies.media with parameters of type MediaEQSpectrumBands
 void SoundMediaHandler.setSoundEqualizerBands(MediaEQSpectrumBands spectrumInfo)
          Pass in the count of bands you expect to get back, it would return the the actual value of bands available with array of freq.
 void MPEGMediaHandler.setSoundEqualizerBands(MediaEQSpectrumBands spectrumInfo)
          Pass in the count of bands you expect to get back, it would return the the actual value of bands available with array of freq.
 void AudioMediaHandler.setSoundEqualizerBands(MediaEQSpectrumBands spectrumInfo)
          Pass in the count of bands you expect to get back, it would return the the actual value of bands available with array of freq.
 void StreamMediaHandler.setSoundEqualizerBands(MediaEQSpectrumBands spectrumInfo)
          Pass in the count of bands you expect to get back, it would return the the actual value of bands available with array of freq.