com.tagtraum.qtsampledsp
Class QTAudioFileFormat

java.lang.Object
  extended by javax.sound.sampled.AudioFileFormat
      extended by com.tagtraum.qtsampledsp.QTAudioFileFormat

public class QTAudioFileFormat
extends AudioFileFormat

QTAudioFileFormat.

Date: 8/19/11

Author:
Hendrik Schreiber

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.sound.sampled.AudioFileFormat
AudioFileFormat.Type
 
Constructor Summary
QTAudioFileFormat(String url, float sampleRate, int sampleSize, int channels, int packetSize, float frameRate, boolean bigEndian, long durationInMs, int bitRate, boolean vbr)
           
 
Method Summary
 Object getProperty(String s)
          
 Map<String,Object> properties()
          
 
Methods inherited from class javax.sound.sampled.AudioFileFormat
getByteLength, getFormat, getFrameLength, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QTAudioFileFormat

public QTAudioFileFormat(String url,
                         float sampleRate,
                         int sampleSize,
                         int channels,
                         int packetSize,
                         float frameRate,
                         boolean bigEndian,
                         long durationInMs,
                         int bitRate,
                         boolean vbr)
                  throws UnsupportedAudioFileException
Throws:
UnsupportedAudioFileException
Method Detail

properties

public Map<String,Object> properties()

Overrides:
properties in class AudioFileFormat

getProperty

public Object getProperty(String s)

Overrides:
getProperty in class AudioFileFormat


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