C# Class TsRemux.Coordinator

Afficher le fichier Open project: antiochus/tsremux Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Coordinator() public méthode

public Coordinator ( ) : System
Résultat System

StartMuxing() public méthode

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
Résultat void

StartMuxing() public méthode

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
Résultat void

UpdatePcr() public méthode

public UpdatePcr ( System.Int64 pcr ) : void
pcr System.Int64
Résultat void

UpdatePts() public méthode

public UpdatePts ( System.Int64 pts, ushort pid ) : void
pts System.Int64
pid ushort
Résultat void