C# Class TsRemux.EvoPesFile

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

Public Methods

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

Protected Methods

Method Description
GetInitialValues ( ) : void

Private Methods

Method Description
GetCurrentPcrFromFile ( ) : Int64
GetTimeStamps ( ) : void
GetVC1SubstreamId ( byte buff, int offset ) : byte

Method Details

EvoPesFile() public method

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

GetInitialValues() protected method

protected GetInitialValues ( ) : void
return void

GetNextPesPackets() public method

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

Seek() public method

public Seek ( long pcr ) : void
pcr long
return void