C# Class MP4_Mangler.ExtraBoxes.SmoothFragmentTimer

This special box gives per-fragment timing information to IIS during Live Smooth Streaming.
This structure was deduced from TCP sniffing, so might not be correct. Many Bothans and all that.
Inheritance: Box
ファイルを表示 Open project: i-e-b/HLS---Smooth-Encoder

Public Methods

Method Description
Prepare ( ) : void
SmoothFragmentTimer ( long Offset, long FragmentTicks ) : System

Create a new timing box.

Method Details

Prepare() public method

public Prepare ( ) : void
return void

SmoothFragmentTimer() public method

Create a new timing box.
public SmoothFragmentTimer ( long Offset, long FragmentTicks ) : System
Offset long Start timecode of this fragment (sum of previous 'FragmentTicks')
FragmentTicks long Total number of .Net ticks of the fragment
return System