C# Class MP4_Mangler.FragmentBoxes.trun

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

Protected Properties

Свойство Type Description
_frames List

Méthodes publiques

Méthode Description
AddFrame ( GenericMediaFrame f ) : void

Add a frame to this trun

Prepare ( ) : void
trun ( ) : System

Begin an empty 'trun' box

Method Details

AddFrame() public méthode

Add a frame to this trun
public AddFrame ( GenericMediaFrame f ) : void
f GenericMediaFrame
Résultat void

Prepare() public méthode

public Prepare ( ) : void
Résultat void

trun() public méthode

Begin an empty 'trun' box
public trun ( ) : System
Résultat System

Property Details

_frames protected_oe property

protected List _frames
Résultat List