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
Afficher le fichier Open project: i-e-b/HLS---Smooth-Encoder

Méthodes publiques

Méthode Description
Prepare ( ) : void
SmoothFragmentTimer ( long Offset, long FragmentTicks ) : System

Create a new timing box.

Method Details

Prepare() public méthode

public Prepare ( ) : void
Résultat void

SmoothFragmentTimer() public méthode

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
Résultat System