C# Class MP4_Mangler.FragmentBoxes.sdtp

Sample dependence table
Inheritance: FullBox
Afficher le fichier Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Protected Properties

Свойство Type Description
FrameCount int
Prepared bool

Méthodes publiques

Méthode Description
AddFrame ( GenericMediaFrame f ) : void

Add a frame to this trun

Prepare ( ) : void
sdtp ( ) : System

Method Details

AddFrame() public méthode

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

Prepare() public méthode

public Prepare ( ) : void
Résultat void

sdtp() public méthode

public sdtp ( ) : System
Résultat System

Property Details

FrameCount protected_oe property

protected int FrameCount
Résultat int

Prepared protected_oe property

protected bool Prepared
Résultat bool