C# Class TsRemux.TsPesFile

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

Méthodes publiques

Méthode Description
GetNextPesPackets ( ) : TsRemux.PesPacket[]
Seek ( System.Int64 pcr ) : void
TsPesFile ( BackgroundWorker bw, int offset ) : System

Méthodes protégées

Méthode Description
GetInitialValues ( ) : void

Private Methods

Méthode Description
GetCurrentPcrFromFile ( ) : System.Int64
GetTimestamps ( ) : void

Method Details

GetInitialValues() protected méthode

protected GetInitialValues ( ) : void
Résultat void

GetNextPesPackets() public méthode

public GetNextPesPackets ( ) : TsRemux.PesPacket[]
Résultat TsRemux.PesPacket[]

Seek() public méthode

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

TsPesFile() public méthode

public TsPesFile ( BackgroundWorker bw, int offset ) : System
bw System.ComponentModel.BackgroundWorker
offset int
Résultat System