com.googlecode.mp4parser.h264.model
Class PictureParameterSet.PPSExt

java.lang.Object
  extended by com.googlecode.mp4parser.h264.model.PictureParameterSet.PPSExt
Enclosing class:
PictureParameterSet

public static class PictureParameterSet.PPSExt
extends Object


Field Summary
 boolean[] pic_scaling_list_present_flag
           
 ScalingMatrix scalindMatrix
           
 int second_chroma_qp_index_offset
           
 boolean transform_8x8_mode_flag
           
 
Constructor Summary
PictureParameterSet.PPSExt()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

transform_8x8_mode_flag

public boolean transform_8x8_mode_flag

scalindMatrix

public ScalingMatrix scalindMatrix

second_chroma_qp_index_offset

public int second_chroma_qp_index_offset

pic_scaling_list_present_flag

public boolean[] pic_scaling_list_present_flag
Constructor Detail

PictureParameterSet.PPSExt

public PictureParameterSet.PPSExt()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.