net.sf.fmj.media.renderer.audio
Class JavaSoundUtils

java.lang.Object
  extended by net.sf.fmj.media.renderer.audio.JavaSoundUtils

public class JavaSoundUtils
extends java.lang.Object

Utilities for dealing with JavaSound formats.

Author:
Ken Larson

Constructor Summary
JavaSoundUtils()
           
 
Method Summary
static AudioFormat convertFormat(javax.sound.sampled.AudioFormat format)
          Convert javax.sound.sampled.AudioFormat to javax.media.format.AudioFormat.
static javax.sound.sampled.AudioFormat convertFormat(AudioFormat format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaSoundUtils

public JavaSoundUtils()
Method Detail

convertFormat

public static AudioFormat convertFormat(javax.sound.sampled.AudioFormat format)
Convert javax.sound.sampled.AudioFormat to javax.media.format.AudioFormat.


convertFormat

public static javax.sound.sampled.AudioFormat convertFormat(AudioFormat format)