C# Class MP4_Mangler.FullBox

Full box is a container box which has flags and version data
Inheritance: Box
Afficher le fichier Open project: i-e-b/HLS---Smooth-Encoder

Méthodes publiques

Méthode Description
FullBox ( byte Version, UInt32 Flags, string fourcc ) : System

Create a 'Full' box. This shouldn't be used directly, but can be subclassed where needed.

Method Details

FullBox() public méthode

Create a 'Full' box. This shouldn't be used directly, but can be subclassed where needed.
public FullBox ( byte Version, UInt32 Flags, string fourcc ) : System
Version byte
Flags System.UInt32
fourcc string
Résultat System