public class StreamInfo extends MetadataBlock
| Modifier | Constructor and Description |
|---|---|
protected |
StreamInfo(BitInputStream source) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitsPerSample() |
int |
getChannels() |
int |
getMaximumBlockSize() |
int |
getMaximumFrameSize() |
int |
getMinimumBlockSize() |
int |
getMinimumFrameSize() |
int |
getSampleRate() |
createInstanceprotected StreamInfo(BitInputStream source) throws FlacFormatException, java.io.IOException
FlacFormatExceptionjava.io.IOExceptionpublic int getMinimumBlockSize()
public int getMaximumBlockSize()
public int getMinimumFrameSize()
public int getMaximumFrameSize()
public int getSampleRate()
public int getChannels()
public int getBitsPerSample()
Copyright © 2013 Tor-Einar Jarnbjo. All Rights Reserved.