C# 클래스 QiyiFLV2MP4.RawH264Writer

상속: IVideoWriter
파일 보기 프로젝트 열기: fengmoxi/QiyiFLV2MP4

공개 메소드들

메소드 설명
Finish ( FractionUInt32 averageFrameRate ) : void
RawH264Writer ( string path ) : System
WriteChunk ( byte chunk, uint timeStamp, int frameType ) : void

메소드 상세

Finish() 공개 메소드

public Finish ( FractionUInt32 averageFrameRate ) : void
averageFrameRate FractionUInt32
리턴 void

RawH264Writer() 공개 메소드

public RawH264Writer ( string path ) : System
path string
리턴 System

WriteChunk() 공개 메소드

public WriteChunk ( byte chunk, uint timeStamp, int frameType ) : void
chunk byte
timeStamp uint
frameType int
리턴 void