C# 클래스 TsRemux.Coordinator

파일 보기 프로젝트 열기: antiochus/tsremux 1 사용 예제들

공개 메소드들

메소드 설명
Coordinator ( ) : System
StartMuxing ( string outPath, BackgroundWorker worker, TsFileType outType, List pidsToKeep, System.TimeSpan ts, System.TimeSpan te, bool useAsync, PesFile input ) : void
StartMuxing ( string outPath, BackgroundWorker worker, TsFileType outType, List pidsToKeep, System.TimeSpan ts, System.TimeSpan te, bool useAsync, bool processAudio, bool MlpToAc3, PesFile input, PesFile secondary, System.TimeSpan offset, System.TimeSpan chapterLen ) : void
UpdatePcr ( System.Int64 pcr ) : void
UpdatePts ( System.Int64 pts, ushort pid ) : void

메소드 상세

Coordinator() 공개 메소드

public Coordinator ( ) : System
리턴 System

StartMuxing() 공개 메소드

public StartMuxing ( string outPath, BackgroundWorker worker, TsFileType outType, List pidsToKeep, System.TimeSpan ts, System.TimeSpan te, bool useAsync, PesFile input ) : void
outPath string
worker System.ComponentModel.BackgroundWorker
outType TsFileType
pidsToKeep List
ts System.TimeSpan
te System.TimeSpan
useAsync bool
input PesFile
리턴 void

StartMuxing() 공개 메소드

public StartMuxing ( string outPath, BackgroundWorker worker, TsFileType outType, List pidsToKeep, System.TimeSpan ts, System.TimeSpan te, bool useAsync, bool processAudio, bool MlpToAc3, PesFile input, PesFile secondary, System.TimeSpan offset, System.TimeSpan chapterLen ) : void
outPath string
worker System.ComponentModel.BackgroundWorker
outType TsFileType
pidsToKeep List
ts System.TimeSpan
te System.TimeSpan
useAsync bool
processAudio bool
MlpToAc3 bool
input PesFile
secondary PesFile
offset System.TimeSpan
chapterLen System.TimeSpan
리턴 void

UpdatePcr() 공개 메소드

public UpdatePcr ( System.Int64 pcr ) : void
pcr System.Int64
리턴 void

UpdatePts() 공개 메소드

public UpdatePts ( System.Int64 pts, ushort pid ) : void
pts System.Int64
pid ushort
리턴 void