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() |
createInstance
protected StreamInfo(BitInputStream source) throws FlacFormatException, java.io.IOException
FlacFormatException
java.io.IOException
public 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.