net.sf.fmj.media
Class AudioFormatCompleter

java.lang.Object
  extended by net.sf.fmj.media.AudioFormatCompleter

public class AudioFormatCompleter
extends java.lang.Object

Creates audio formats which have any unspecified values set to defaults

Author:
Ken Larson

Constructor Summary
AudioFormatCompleter()
           
 
Method Summary
static AudioFormat complete(AudioFormat f)
          Fill in any needed, unspecified values, like endianness.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioFormatCompleter

public AudioFormatCompleter()
Method Detail

complete

public static AudioFormat complete(AudioFormat f)
Fill in any needed, unspecified values, like endianness.