C# Class TsRemux.EvoPesFile

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

Méthodes publiques

Méthode Description
EvoPesFile ( BackgroundWorker bw ) : System
GetNextPesPackets ( ) : PesPacket[]
Seek ( long pcr ) : void

Méthodes protégées

Méthode Description
GetInitialValues ( ) : void

Private Methods

Méthode Description
GetCurrentPcrFromFile ( ) : Int64
GetTimeStamps ( ) : void
GetVC1SubstreamId ( byte buff, int offset ) : byte

Method Details

EvoPesFile() public méthode

public EvoPesFile ( BackgroundWorker bw ) : System
bw System.ComponentModel.BackgroundWorker
Résultat System

GetInitialValues() protected méthode

protected GetInitialValues ( ) : void
Résultat void

GetNextPesPackets() public méthode

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

Seek() public méthode

public Seek ( long pcr ) : void
pcr long
Résultat void