Class VUIParameters.BitstreamRestriction
- java.lang.Object
-
- org.mp4parser.streaming.input.h264.spspps.VUIParameters.BitstreamRestriction
-
- Enclosing class:
- VUIParameters
public static class VUIParameters.BitstreamRestriction extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intlog2_max_mv_length_horizontalintlog2_max_mv_length_verticalintmax_bits_per_mb_denomintmax_bytes_per_pic_denomintmax_dec_frame_bufferingbooleanmotion_vectors_over_pic_boundaries_flagintnum_reorder_frames
-
Constructor Summary
Constructors Constructor Description BitstreamRestriction()
-
-
-
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
-
-