|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.sound.sampled.AudioFileFormat
org.tritonus.share.sampled.file.TAudioFileFormat
public class TAudioFileFormat
This class is just to have a public constructor taking the number of bytes of the whole file. The public constructor of AudioFileFormat doesn't take this parameter, the one who takes it is protected.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.sound.sampled.AudioFileFormat |
|---|
AudioFileFormat.Type |
| Constructor Summary | |
|---|---|
TAudioFileFormat(AudioFileFormat.Type type,
AudioFormat audioFormat,
int nLengthInFrames,
int nLengthInBytes)
|
|
TAudioFileFormat(AudioFileFormat.Type type,
AudioFormat audioFormat,
int nLengthInFrames,
int nLengthInBytes,
Map<String,Object> properties)
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
properties()
|
protected void |
setProperty(String key,
Object value)
|
| Methods inherited from class javax.sound.sampled.AudioFileFormat |
|---|
getByteLength, getFormat, getFrameLength, getProperty, getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TAudioFileFormat(AudioFileFormat.Type type,
AudioFormat audioFormat,
int nLengthInFrames,
int nLengthInBytes)
public TAudioFileFormat(AudioFileFormat.Type type,
AudioFormat audioFormat,
int nLengthInFrames,
int nLengthInBytes,
Map<String,Object> properties)
| Method Detail |
|---|
public Map<String,Object> properties()
properties in class AudioFileFormat
protected void setProperty(String key,
Object value)
setProperty in class AudioFileFormat
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||