C# Class MP4_Mangler.FragmentBoxes.trun

Set of frames, sent here by 'traf'
Inheritance: FullBox
Datei anzeigen Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Protected Properties

Property Type Description
_frames List

Public Methods

Method Description
AddFrame ( GenericMediaFrame f ) : void

Add a frame to this trun

Prepare ( ) : void
trun ( ) : System

Begin an empty 'trun' box

Method Details

AddFrame() public method

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

Prepare() public method

public Prepare ( ) : void
return void

trun() public method

Begin an empty 'trun' box
public trun ( ) : System
return System

Property Details

_frames protected_oe property

protected List _frames
return List