C# Class MP4_Mangler.FragmentBoxes.traf

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

Protected Properties

Свойство Type Description
Header tfhd

Méthodes publiques

Méthode 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 méthode

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

Prepare() public méthode

public Prepare ( ) : void
Résultat void

traf() public méthode

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

Property Details

Header protected_oe property

protected tfhd,MP4_Mangler.FragmentBoxes Header
Résultat tfhd