|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.sound.sampled.AudioFormat com.tagtraum.qtsampledsp.QTAudioFormat
public class QTAudioFormat
QTAudioFormat.
Date: 8/19/11
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 |
---|
public QTAudioFormat(float sampleRate, int sampleSize, int channels, int packetSize, float frameRate, boolean bigEndian, int bitRate, boolean vbr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |