C# Class Smoothget.Mp4.TrackRunBox

Inheritance: Box
显示文件 Open project: pinglossy/smoothget Class Usage Examples

Public Properties

Property Type Description
array Smoothget.Mp4.TrackRunBox.Element[]
data_offset int
data_offset_present bool
first_sample_flags uint
first_sample_flags_present bool
sample_composition_time_offsets_present bool
sample_count uint
sample_duration_present bool
sample_flags_present bool
sample_size_present bool
tr_flags uint

Public Methods

Method Description
TrackRunBox ( byte boxBytes, int start, int end ) : System

Method Details

TrackRunBox() public method

public TrackRunBox ( byte boxBytes, int start, int end ) : System
boxBytes byte
start int
end int
return System

Property Details

array public_oe property

public TrackRunBox.Element[],Smoothget.Mp4 array
return Smoothget.Mp4.TrackRunBox.Element[]

data_offset public_oe property

public int data_offset
return int

data_offset_present public_oe property

public bool data_offset_present
return bool

first_sample_flags public_oe property

public uint first_sample_flags
return uint

first_sample_flags_present public_oe property

public bool first_sample_flags_present
return bool

sample_composition_time_offsets_present public_oe property

public bool sample_composition_time_offsets_present
return bool

sample_count public_oe property

public uint sample_count
return uint

sample_duration_present public_oe property

public bool sample_duration_present
return bool

sample_flags_present public_oe property

public bool sample_flags_present
return bool

sample_size_present public_oe property

public bool sample_size_present
return bool

tr_flags public_oe property

public uint tr_flags
return uint