C# Class Smoothget.Mp4.TrackFragmentHeaderBox

Inheritance: Box
Datei anzeigen Open project: pinglossy/smoothget Class Usage Examples

Public Properties

Property Type Description
base_data_offset ulong
base_data_offset_present bool
default_sample_duration uint
default_sample_duration_present bool
default_sample_flags uint
default_sample_flags_present bool
default_sample_size uint
default_sample_size_present bool
duration_is_empty bool
sample_description_index uint
sample_description_index_present bool
tf_flags uint
track_ID uint

Public Methods

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

Method Details

TrackFragmentHeaderBox() public method

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

Property Details

base_data_offset public_oe property

public ulong base_data_offset
return ulong

base_data_offset_present public_oe property

public bool base_data_offset_present
return bool

default_sample_duration public_oe property

public uint default_sample_duration
return uint

default_sample_duration_present public_oe property

public bool default_sample_duration_present
return bool

default_sample_flags public_oe property

public uint default_sample_flags
return uint

default_sample_flags_present public_oe property

public bool default_sample_flags_present
return bool

default_sample_size public_oe property

public uint default_sample_size
return uint

default_sample_size_present public_oe property

public bool default_sample_size_present
return bool

duration_is_empty public_oe property

public bool duration_is_empty
return bool

sample_description_index public_oe property

public uint sample_description_index
return uint

sample_description_index_present public_oe property

public bool sample_description_index_present
return bool

tf_flags public_oe property

public uint tf_flags
return uint

track_ID public_oe property

public uint track_ID
return uint