C# Class MP4_Mangler.HeaderBoxes.mvex

Root level fragment signalling box. Sibling of ftyp, moof, mdat and mfra
Inheritance: Box
Afficher le fichier Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Méthodes publiques

Méthode Description
Prepare ( ) : void
mvex ( ) : System

Creates an 'mvex' box, which signals that the containing file is at least partially fragmented. Also adds blank 'trex' boxes for each track ID specified

Method Details

Prepare() public méthode

public Prepare ( ) : void
Résultat void

mvex() public méthode

Creates an 'mvex' box, which signals that the containing file is at least partially fragmented. Also adds blank 'trex' boxes for each track ID specified
public mvex ( ) : System
Résultat System