|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.mp4parser.h264.model.ScalingList
public class ScalingList
Scaling list entity
capable to serialize / deserialize with CAVLC bitstream
Field Summary | |
---|---|
int[] |
scalingList
|
boolean |
useDefaultScalingMatrixFlag
|
Constructor Summary | |
---|---|
ScalingList()
|
Method Summary | |
---|---|
static ScalingList |
read(CAVLCReader is,
int sizeOfScalingList)
|
java.lang.String |
toString()
|
void |
write(CAVLCWriter out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int[] scalingList
public boolean useDefaultScalingMatrixFlag
Constructor Detail |
---|
public ScalingList()
Method Detail |
---|
public void write(CAVLCWriter out) throws java.io.IOException
java.io.IOException
public static ScalingList read(CAVLCReader is, int sizeOfScalingList) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |