C# 클래스 MP4_Mangler.FragmentBoxes.moof

Root level Movie fragment container box. Add all video frames before calling tree data methods. Sibling of moov, ftyp, mdat, mvex and mfra
상속: Box
파일 보기 프로젝트 열기: i-e-b/HLS---Smooth-Encoder 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Dependencies sdtp
Duration long
Header mfhd
Prepared bool
Tracks traf

공개 메소드들

메소드 설명
AddFrame ( UInt32 TrackID, GenericMediaFrame frame ) : void

Add a frame to the track

Prepare ( ) : void

Prepare for data gathering. Add duration box.

moof ( UInt32 SequenceNumber, long BaseTime ) : System

Create a new fragment box. Generates correct children and includes sequence numbers

메소드 상세

AddFrame() 공개 메소드

Add a frame to the track
public AddFrame ( UInt32 TrackID, GenericMediaFrame frame ) : void
TrackID System.UInt32
frame GenericMediaFrame
리턴 void

Prepare() 공개 메소드

Prepare for data gathering. Add duration box.
public Prepare ( ) : void
리턴 void

moof() 공개 메소드

Create a new fragment box. Generates correct children and includes sequence numbers
public moof ( UInt32 SequenceNumber, long BaseTime ) : System
SequenceNumber System.UInt32
BaseTime long
리턴 System

프로퍼티 상세

Dependencies 보호되어 있는 프로퍼티

protected sdtp,MP4_Mangler.FragmentBoxes Dependencies
리턴 sdtp

Duration 보호되어 있는 프로퍼티

protected long Duration
리턴 long

Header 보호되어 있는 프로퍼티

protected mfhd,MP4_Mangler.FragmentBoxes Header
리턴 mfhd

Prepared 보호되어 있는 프로퍼티

protected bool Prepared
리턴 bool

Tracks 보호되어 있는 프로퍼티

protected traf,MP4_Mangler.FragmentBoxes Tracks
리턴 traf