com.googlecode.mp4parser.h264.model
Class ScalingMatrix

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

public class ScalingMatrix
extends Object


Field Summary
 ScalingList[] ScalingList4x4
           
 ScalingList[] ScalingList8x8
           
 
Constructor Summary
ScalingMatrix()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ScalingList4x4

public ScalingList[] ScalingList4x4

ScalingList8x8

public ScalingList[] ScalingList8x8
Constructor Detail

ScalingMatrix

public ScalingMatrix()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.