C# Class MP4_Mangler.FragmentBoxes.tfhd

Header for track data. Currently doesn't handle anything beyond track IDs.
Inheritance: FullBox
Afficher le fichier Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Méthodes publiques

Méthode Description
AddFrame ( GenericMediaFrame gmf ) : void
Prepare ( ) : void
tfhd ( UInt32 TrackID ) : System

Make a defaut header with just track id

Method Details

AddFrame() public méthode

public AddFrame ( GenericMediaFrame gmf ) : void
gmf GenericMediaFrame
Résultat void

Prepare() public méthode

public Prepare ( ) : void
Résultat void

tfhd() public méthode

Make a defaut header with just track id
public tfhd ( UInt32 TrackID ) : System
TrackID System.UInt32
Résultat System