C# Class MP4_Mangler.FragmentBoxes.sdtp

Sample dependence table
Inheritance: FullBox
ファイルを表示 Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Protected Properties

Property Type Description
FrameCount int
Prepared bool

Public Methods

Method Description
AddFrame ( GenericMediaFrame f ) : void

Add a frame to this trun

Prepare ( ) : void
sdtp ( ) : System

Method Details

AddFrame() public method

Add a frame to this trun
public AddFrame ( GenericMediaFrame f ) : void
f GenericMediaFrame
return void

Prepare() public method

public Prepare ( ) : void
return void

sdtp() public method

public sdtp ( ) : System
return System

Property Details

FrameCount protected_oe property

protected int FrameCount
return int

Prepared protected_oe property

protected bool Prepared
return bool