C# 클래스 MP4_Mangler.HeaderBoxes.stbl

Container for 'stsd', 'stts' and 'ctts'
상속: Box
파일 보기 프로젝트 열기: i-e-b/HLS---Smooth-Encoder 1 사용 예제들

공개 메소드들

메소드 설명
Prepare ( ) : void

Create and add a pair of empty composition tables (not used in fragment mode)

stbl ( ) : System

Create an empty stbl. Add your 'stsd' after creation. Empty 'stts' and 'ctts' are added at Prepare()

메소드 상세

Prepare() 공개 메소드

Create and add a pair of empty composition tables (not used in fragment mode)
public Prepare ( ) : void
리턴 void

stbl() 공개 메소드

Create an empty stbl. Add your 'stsd' after creation. Empty 'stts' and 'ctts' are added at Prepare()
public stbl ( ) : System
리턴 System