C# Class MP4_Mangler.FragmentBoxes.moof

Root level Movie fragment container box. Add all video frames before calling tree data methods. Sibling of moov, ftyp, mdat, mvex and mfra
Inheritance: Box
Afficher le fichier Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Protected Properties

Свойство Type Description
Dependencies sdtp
Duration long
Header mfhd
Prepared bool
Tracks traf

Méthodes publiques

Méthode Description
AddFrame ( UInt32 TrackID, GenericMediaFrame frame ) : void

Add a frame to the track

Prepare ( ) : void

Prepare for data gathering. Add duration box.

moof ( UInt32 SequenceNumber, long BaseTime ) : System

Create a new fragment box. Generates correct children and includes sequence numbers

Method Details

AddFrame() public méthode

Add a frame to the track
public AddFrame ( UInt32 TrackID, GenericMediaFrame frame ) : void
TrackID System.UInt32
frame GenericMediaFrame
Résultat void

Prepare() public méthode

Prepare for data gathering. Add duration box.
public Prepare ( ) : void
Résultat void

moof() public méthode

Create a new fragment box. Generates correct children and includes sequence numbers
public moof ( UInt32 SequenceNumber, long BaseTime ) : System
SequenceNumber System.UInt32
BaseTime long
Résultat System

Property Details

Dependencies protected_oe property

protected sdtp,MP4_Mangler.FragmentBoxes Dependencies
Résultat sdtp

Duration protected_oe property

protected long Duration
Résultat long

Header protected_oe property

protected mfhd,MP4_Mangler.FragmentBoxes Header
Résultat mfhd

Prepared protected_oe property

protected bool Prepared
Résultat bool

Tracks protected_oe property

protected traf,MP4_Mangler.FragmentBoxes Tracks
Résultat traf