com.tagtraum.qtsampledsp
Class QTAudioFormat

java.lang.Object
  extended by javax.sound.sampled.AudioFormat
      extended by com.tagtraum.qtsampledsp.QTAudioFormat

public class QTAudioFormat
extends AudioFormat

QTAudioFormat.

Date: 8/19/11

Author:
Hendrik Schreiber

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.sound.sampled.AudioFormat
AudioFormat.Encoding
 
Field Summary
 
Fields inherited from class javax.sound.sampled.AudioFormat
bigEndian, channels, encoding, frameRate, frameSize, sampleRate, sampleSizeInBits
 
Constructor Summary
QTAudioFormat(float sampleRate, int sampleSize, int channels, int packetSize, float frameRate, boolean bigEndian, int bitRate, boolean vbr)
           
 
Method Summary
 
Methods inherited from class javax.sound.sampled.AudioFormat
getChannels, getEncoding, getFrameRate, getFrameSize, getProperty, getSampleRate, getSampleSizeInBits, isBigEndian, matches, properties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QTAudioFormat

public QTAudioFormat(float sampleRate,
                     int sampleSize,
                     int channels,
                     int packetSize,
                     float frameRate,
                     boolean bigEndian,
                     int bitRate,
                     boolean vbr)


Copyright © 2011-2012 tagtraum industries incorporated. All Rights Reserved.