| Package | Description |
|---|---|
| org.jflac | |
| org.jflac.frame | |
| org.jflac.metadata |
| Modifier and Type | Method and Description |
|---|---|
BitInputStream |
FLACDecoder.getBitInputStream()
Return the input but stream.
|
| Constructor and Description |
|---|
ChannelConstant(BitInputStream is,
Header header,
ChannelData channelData,
int bps,
int wastedBits)
The constructor.
|
ChannelFixed(BitInputStream is,
Header header,
ChannelData channelData,
int bps,
int wastedBits,
int order)
The constructor.
|
ChannelLPC(BitInputStream is,
Header header,
ChannelData channelData,
int bps,
int wastedBits,
int order)
The constructor.
|
ChannelVerbatim(BitInputStream is,
Header header,
ChannelData channelData,
int bps,
int wastedBits)
The constructor.
|
Header(BitInputStream is,
byte[] headerWarmup,
StreamInfo streamInfo)
The constructor.
|
| Constructor and Description |
|---|
Application(BitInputStream is,
int length,
boolean isLast)
The constructor.
|
CueIndex(BitInputStream is)
The constructor.
|
CueSheet(BitInputStream is,
int length,
boolean isLast)
The constructor.
|
CueTrack(BitInputStream is)
The constructor.
|
Padding(BitInputStream is,
int length,
boolean isLast)
The constructor.
|
Picture(BitInputStream is,
int length,
boolean isLast)
The constructor.
|
SeekPoint(BitInputStream is)
The constructor.
|
SeekTable(BitInputStream is,
int length,
boolean isLast)
The constructor.
|
StreamInfo(BitInputStream is,
int length,
boolean isLast)
The constructor.
|
Unknown(BitInputStream is,
int length,
boolean isLast)
The constructor.
|
VorbisComment(BitInputStream is,
int length,
boolean isLast)
The constructor.
|
VorbisString(BitInputStream is)
The constructor.
|
Copyright © 2004–2017. All rights reserved.