C# Class MP4_Mangler.HeaderBoxes.stbl

Container for 'stsd', 'stts' and 'ctts'
Inheritance: Box
Afficher le fichier Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Méthodes publiques

Méthode Description
Prepare ( ) : void

Create and add a pair of empty composition tables (not used in fragment mode)

stbl ( ) : System

Create an empty stbl. Add your 'stsd' after creation. Empty 'stts' and 'ctts' are added at Prepare()

Method Details

Prepare() public méthode

Create and add a pair of empty composition tables (not used in fragment mode)
public Prepare ( ) : void
Résultat void

stbl() public méthode

Create an empty stbl. Add your 'stsd' after creation. Empty 'stts' and 'ctts' are added at Prepare()
public stbl ( ) : System
Résultat System