|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kc7bfi.jflac.frame.Frame
public class Frame
The FLAC Frame class.
Field Summary | |
---|---|
Header |
header
The frame header. |
Channel[] |
subframes
The subframes - One per channel. |
Constructor Summary | |
---|---|
Frame()
|
Method Summary | |
---|---|
short |
getCRC()
return the frame's CRC. |
static int |
getMaxRicePartitionOrderFromBlocksize(int blocksize)
Return the maximum Rice partition order based on the block size. |
void |
setCRC(short crc)
Set the frame's CRC. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Header header
public Channel[] subframes
Constructor Detail |
---|
public Frame()
Method Detail |
---|
public String toString()
toString
in class Object
Object.toString()
public static int getMaxRicePartitionOrderFromBlocksize(int blocksize)
blocksize
- The block size
public short getCRC()
public void setCRC(short crc)
crc
- The crc to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |