C# 클래스 MP4_Mangler.FragmentBoxes.trun

Set of frames, sent here by 'traf'
상속: FullBox
파일 보기 프로젝트 열기: i-e-b/HLS---Smooth-Encoder 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_frames List

공개 메소드들

메소드 설명
AddFrame ( GenericMediaFrame f ) : void

Add a frame to this trun

Prepare ( ) : void
trun ( ) : System

Begin an empty 'trun' box

메소드 상세

AddFrame() 공개 메소드

Add a frame to this trun
public AddFrame ( GenericMediaFrame f ) : void
f GenericMediaFrame
리턴 void

Prepare() 공개 메소드

public Prepare ( ) : void
리턴 void

trun() 공개 메소드

Begin an empty 'trun' box
public trun ( ) : System
리턴 System

프로퍼티 상세

_frames 보호되어 있는 프로퍼티

protected List _frames
리턴 List