C# Class MP4_Mangler.FragmentBoxes.tfhd

Header for track data. Currently doesn't handle anything beyond track IDs.
Inheritance: FullBox
ファイルを表示 Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Public Methods

Method Description
AddFrame ( GenericMediaFrame gmf ) : void
Prepare ( ) : void
tfhd ( UInt32 TrackID ) : System

Make a defaut header with just track id

Method Details

AddFrame() public method

public AddFrame ( GenericMediaFrame gmf ) : void
gmf GenericMediaFrame
return void

Prepare() public method

public Prepare ( ) : void
return void

tfhd() public method

Make a defaut header with just track id
public tfhd ( UInt32 TrackID ) : System
TrackID System.UInt32
return System