public class Frame extends Object
| Modifier and Type | Field and Description |
|---|---|
Header |
header
The frame header.
|
Channel[] |
subframes
The subframes - One per channel.
|
| Constructor and Description |
|---|
Frame() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public Header header
public Channel[] subframes
public String toString()
toString in class ObjectObject.toString()public static int getMaxRicePartitionOrderFromBlocksize(int blocksize)
blocksize - The block sizepublic short getCRC()
public void setCRC(short crc)
crc - The crc to set.Copyright © 2004–2017. All rights reserved.