|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.sound.sampled.AudioFormat
org.tritonus.share.sampled.TAudioFormat
Nested Class Summary |
---|
Nested classes 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 | |
---|---|
TAudioFormat(AudioFormat.Encoding encoding,
float sampleRate,
int sampleSizeInBits,
int channels,
int frameSize,
float frameRate,
boolean bigEndian,
Map<String,Object> properties)
|
|
TAudioFormat(float sampleRate,
int sampleSizeInBits,
int channels,
boolean signed,
boolean bigEndian,
Map<String,Object> properties)
|
Method Summary | |
---|---|
Map<String,Object> |
properties()
|
protected void |
setProperty(String key,
Object value)
|
Methods inherited from class javax.sound.sampled.AudioFormat |
---|
getChannels, getEncoding, getFrameRate, getFrameSize, getProperty, getSampleRate, getSampleSizeInBits, isBigEndian, matches, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TAudioFormat(AudioFormat.Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian, Map<String,Object> properties)
public TAudioFormat(float sampleRate, int sampleSizeInBits, int channels, boolean signed, boolean bigEndian, Map<String,Object> properties)
Method Detail |
---|
public Map<String,Object> properties()
properties
in class AudioFormat
protected void setProperty(String key, Object value)
setProperty
in class AudioFormat
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |