C# Class MP4_Mangler.FragmentBoxes.traf

Track fragment container. Frames sent here by 'moof'
Inheritance: Box
Datei anzeigen Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Protected Properties

Property Type Description
Header tfhd

Public Methods

Method Description
AddFrame ( GenericMediaFrame frame ) : void

Add a frame to this traf

Prepare ( ) : void
traf ( UInt32 TrackID ) : System

Create a new track container, with appropriate ID.

Method Details

AddFrame() public method

Add a frame to this traf
public AddFrame ( GenericMediaFrame frame ) : void
frame GenericMediaFrame
return void

Prepare() public method

public Prepare ( ) : void
return void

traf() public method

Create a new track container, with appropriate ID.
public traf ( UInt32 TrackID ) : System
TrackID System.UInt32
return System

Property Details

Header protected_oe property

protected tfhd,MP4_Mangler.FragmentBoxes Header
return tfhd