com.googlecode.mp4parser.h264.model
Class ScalingList

java.lang.Object
  extended by com.googlecode.mp4parser.h264.model.ScalingList

public class ScalingList
extends Object

Scaling list entity

capable to serialize / deserialize with CAVLC bitstream

Author:
Stanislav Vitvitskiy

Field Summary
 int[] scalingList
           
 boolean useDefaultScalingMatrixFlag
           
 
Constructor Summary
ScalingList()
           
 
Method Summary
static ScalingList read(CAVLCReader is, int sizeOfScalingList)
           
 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

scalingList

public int[] scalingList

useDefaultScalingMatrixFlag

public boolean useDefaultScalingMatrixFlag
Constructor Detail

ScalingList

public ScalingList()
Method Detail

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.