C# Class TsRemux.SupPesFile

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

Public Methods

Method Description
GetNextPesPackets ( ) : TsRemux.PesPacket[]
Seek ( long pcr ) : void
SupPesFile ( BackgroundWorker bw ) : 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 ( long pcr ) : void
pcr long
return void

SupPesFile() public method

public SupPesFile ( BackgroundWorker bw ) : System
bw System.ComponentModel.BackgroundWorker
return System