|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.sound.sampled.AudioFormat
org.kc7bfi.jflac.sound.spi.FlacAudioFormat
public class FlacAudioFormat
An AudioFormat instance wrapping a FLAC StreamInfo object. With Java 5.0 style properties support.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.sound.sampled.AudioFormat |
---|
AudioFormat.Encoding |
Field Summary | |
---|---|
static String |
KEY_BLOCKSIZE_MAX
Property key for maximum block size. |
static String |
KEY_BLOCKSIZE_MIN
Property key for minimum block size. |
static String |
KEY_FRAMESIZE_MAX
Property key for maximum frame size. |
static String |
KEY_FRAMESIZE_MIN
Property key for minimum frame size. |
Fields inherited from class javax.sound.sampled.AudioFormat |
---|
bigEndian, channels, encoding, frameRate, frameSize, sampleRate, sampleSizeInBits |
Constructor Summary | |
---|---|
FlacAudioFormat(StreamInfo streamInfo)
|
Method Summary | |
---|---|
Object |
getProperty(String key)
Java 5.0 compatible method to get a property. |
Map<String,Object> |
properties()
Java 5.0 compatible method to get the full map of properties. |
Methods inherited from class javax.sound.sampled.AudioFormat |
---|
getChannels, getEncoding, getFrameRate, getFrameSize, getSampleRate, getSampleSizeInBits, isBigEndian, matches, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String KEY_FRAMESIZE_MIN
public static final String KEY_FRAMESIZE_MAX
public static final String KEY_BLOCKSIZE_MIN
public static final String KEY_BLOCKSIZE_MAX
Constructor Detail |
---|
public FlacAudioFormat(StreamInfo streamInfo)
Method Detail |
---|
public Map<String,Object> properties()
properties
in class AudioFormat
public Object getProperty(String key)
getProperty
in class AudioFormat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |