C# 클래스 MP4_Mangler.FragmentBoxes.tfhd

Header for track data. Currently doesn't handle anything beyond track IDs.
상속: FullBox
파일 보기 프로젝트 열기: i-e-b/HLS---Smooth-Encoder 1 사용 예제들

공개 메소드들

메소드 설명
AddFrame ( GenericMediaFrame gmf ) : void
Prepare ( ) : void
tfhd ( UInt32 TrackID ) : System

Make a defaut header with just track id

메소드 상세

AddFrame() 공개 메소드

public AddFrame ( GenericMediaFrame gmf ) : void
gmf GenericMediaFrame
리턴 void

Prepare() 공개 메소드

public Prepare ( ) : void
리턴 void

tfhd() 공개 메소드

Make a defaut header with just track id
public tfhd ( UInt32 TrackID ) : System
TrackID System.UInt32
리턴 System