com.googlecode.mp4parser.h264.model
Class VUIParameters.BitstreamRestriction

java.lang.Object
  extended by com.googlecode.mp4parser.h264.model.VUIParameters.BitstreamRestriction
Enclosing class:
VUIParameters

public static class VUIParameters.BitstreamRestriction
extends Object


Field Summary
 int log2_max_mv_length_horizontal
           
 int log2_max_mv_length_vertical
           
 int max_bits_per_mb_denom
           
 int max_bytes_per_pic_denom
           
 int max_dec_frame_buffering
           
 boolean motion_vectors_over_pic_boundaries_flag
           
 int num_reorder_frames
           
 
Constructor Summary
VUIParameters.BitstreamRestriction()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

motion_vectors_over_pic_boundaries_flag

public boolean motion_vectors_over_pic_boundaries_flag

max_bytes_per_pic_denom

public int max_bytes_per_pic_denom

max_bits_per_mb_denom

public int max_bits_per_mb_denom

log2_max_mv_length_horizontal

public int log2_max_mv_length_horizontal

log2_max_mv_length_vertical

public int log2_max_mv_length_vertical

num_reorder_frames

public int num_reorder_frames

max_dec_frame_buffering

public int max_dec_frame_buffering
Constructor Detail

VUIParameters.BitstreamRestriction

public VUIParameters.BitstreamRestriction()


Copyright © 2012. All Rights Reserved.