com.googlecode.mp4parser.h264.model
Class ScalingList
java.lang.Object
com.googlecode.mp4parser.h264.model.ScalingList
public class ScalingList
- extends Object
Scaling list entity
capable to serialize / deserialize with CAVLC bitstream
- Author:
- Stanislav Vitvitskiy
scalingList
public int[] scalingList
useDefaultScalingMatrixFlag
public boolean useDefaultScalingMatrixFlag
ScalingList
public ScalingList()
write
public void write(CAVLCWriter out)
throws IOException
- Throws:
IOException
read
public static ScalingList read(CAVLCReader is,
int sizeOfScalingList)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.