com.googlecode.mp4parser.authoring.tracks
Class H264TrackImpl.SliceHeader

java.lang.Object
  extended by com.googlecode.mp4parser.authoring.tracks.H264TrackImpl.SliceHeader
Enclosing class:
H264TrackImpl

public static class H264TrackImpl.SliceHeader
extends Object


Nested Class Summary
static class H264TrackImpl.SliceHeader.SliceType
           
 
Field Summary
 boolean bottom_field_flag
           
 int colour_plane_id
           
 int delta_pic_order_cnt_bottom
           
 boolean field_pic_flag
           
 int first_mb_in_slice
           
 int frame_num
           
 int idr_pic_id
           
 int pic_order_cnt_lsb
           
 int pic_parameter_set_id
           
 H264TrackImpl.SliceHeader.SliceType slice_type
           
 
Constructor Summary
H264TrackImpl.SliceHeader(InputStream is, SeqParameterSet sps, PictureParameterSet pps, boolean IdrPicFlag)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

first_mb_in_slice

public int first_mb_in_slice

slice_type

public H264TrackImpl.SliceHeader.SliceType slice_type

pic_parameter_set_id

public int pic_parameter_set_id

colour_plane_id

public int colour_plane_id

frame_num

public int frame_num

field_pic_flag

public boolean field_pic_flag

bottom_field_flag

public boolean bottom_field_flag

idr_pic_id

public int idr_pic_id

pic_order_cnt_lsb

public int pic_order_cnt_lsb

delta_pic_order_cnt_bottom

public int delta_pic_order_cnt_bottom
Constructor Detail

H264TrackImpl.SliceHeader

public H264TrackImpl.SliceHeader(InputStream is,
                                 SeqParameterSet sps,
                                 PictureParameterSet pps,
                                 boolean IdrPicFlag)
                          throws IOException
Throws:
IOException
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.