C# Class Smoothget.Mp4.TrackFragmentBox

Inheritance: Box
Mostrar archivo Open project: pinglossy/smoothget Class Usage Examples

Public Properties

Property Type Description
sdtp SampleDependencyTypeBox
tfhd TrackFragmentHeaderBox
tfrf TfrfBox
tfxd TfxdBox
trun TrackRunBox

Public Methods

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

Method Details

TrackFragmentBox() public method

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

Property Details

sdtp public_oe property

public SampleDependencyTypeBox,Smoothget.Mp4 sdtp
return SampleDependencyTypeBox

tfhd public_oe property

public TrackFragmentHeaderBox,Smoothget.Mp4 tfhd
return TrackFragmentHeaderBox

tfrf public_oe property

public TfrfBox,Smoothget.Mp4 tfrf
return TfrfBox

tfxd public_oe property

public TfxdBox,Smoothget.Mp4 tfxd
return TfxdBox

trun public_oe property

public TrackRunBox,Smoothget.Mp4 trun
return TrackRunBox