C# 클래스 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.
상속: Box
파일 보기 프로젝트 열기: i-e-b/HLS---Smooth-Encoder

공개 메소드들

메소드 설명
Prepare ( ) : void
SmoothFragmentTimer ( long Offset, long FragmentTicks ) : System

Create a new timing box.

메소드 상세

Prepare() 공개 메소드

public Prepare ( ) : void
리턴 void

SmoothFragmentTimer() 공개 메소드

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
리턴 System