C# Class MP4_Mangler.FullBox

Full box is a container box which has flags and version data
Inheritance: Box
ファイルを表示 Open project: i-e-b/HLS---Smooth-Encoder

Public Methods

Method 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 method

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
return System