public class FlacAudioFormat extends AudioFormat
AudioFormat.Encoding| Modifier and Type | Field and Description |
|---|---|
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.
|
bigEndian, channels, encoding, frameRate, frameSize, sampleRate, sampleSizeInBits| Constructor and Description |
|---|
FlacAudioFormat(StreamInfo streamInfo) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getChannels, getEncoding, getFrameRate, getFrameSize, getSampleRate, getSampleSizeInBits, isBigEndian, matches, toStringpublic 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
public FlacAudioFormat(StreamInfo streamInfo)
public Map<String,Object> properties()
properties in class AudioFormatpublic Object getProperty(String key)
getProperty in class AudioFormatCopyright © 2004–2017. All rights reserved.