C# Class TsRemux.TsPesFile

Inheritance: PesFile
ファイルを表示 Open project: antiochus/tsremux Class Usage Examples

Public Methods

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

Protected Methods

Method Description
GetInitialValues ( ) : void

Private Methods

Method Description
GetCurrentPcrFromFile ( ) : System.Int64
GetTimestamps ( ) : void

Method Details

GetInitialValues() protected method

protected GetInitialValues ( ) : void
return void

GetNextPesPackets() public method

public GetNextPesPackets ( ) : TsRemux.PesPacket[]
return TsRemux.PesPacket[]

Seek() public method

public Seek ( System.Int64 pcr ) : void
pcr System.Int64
return void

TsPesFile() public method

public TsPesFile ( BackgroundWorker bw, int offset ) : System
bw System.ComponentModel.BackgroundWorker
offset int
return System