Uses of Interface
org.tritonus.share.sampled.FloatSampleInput

Packages that use FloatSampleInput
org.tritonus.share.sampled Helper classes for the implementation of sampled audio stuff. 
org.tritonus.share.sampled.convert Base classes for the implementation of FormatConversionProviders. 
 

Uses of FloatSampleInput in org.tritonus.share.sampled
 

Classes in org.tritonus.share.sampled that implement FloatSampleInput
 class FloatInputStream
          An implementation of AudioInputStream that implements the FloatSampleInput interface.
 

Constructors in org.tritonus.share.sampled with parameters of type FloatSampleInput
FloatInputStream(FloatSampleInput sourceInput, AudioFormat format, long frameLength)
          Create a new FloatInputStream that will make the specified FloatSampleInput a complete AudioInputStream.
 

Uses of FloatSampleInput in org.tritonus.share.sampled.convert
 

Classes in org.tritonus.share.sampled.convert that implement FloatSampleInput
 class TSynchronousFilteredAudioInputStream
          Base class for types of audio filter/converter that translate one frame to another frame.
 



Copyright © 2012. All Rights Reserved.