C# Class TsRemux.Muxer

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

Public Methods

Method Description
Close ( ) : void
GetCurrentPacketNumber ( ) : UInt32
GetEpData ( ) : TsRemux.EpElement[]
GetPsi ( ) : TsRemux.StreamInfo[]
MuxPacket ( PesPacket pp ) : void
PcrChanged ( System.Int64 pcr ) : void

Method Details

Close() public abstract method

public abstract Close ( ) : void
return void

GetCurrentPacketNumber() public abstract method

public abstract GetCurrentPacketNumber ( ) : UInt32
return System.UInt32

GetEpData() public abstract method

public abstract GetEpData ( ) : TsRemux.EpElement[]
return TsRemux.EpElement[]

GetPsi() public abstract method

public abstract GetPsi ( ) : TsRemux.StreamInfo[]
return TsRemux.StreamInfo[]

MuxPacket() public abstract method

public abstract MuxPacket ( PesPacket pp ) : void
pp PesPacket
return void

PcrChanged() public abstract method

public abstract PcrChanged ( System.Int64 pcr ) : void
pcr System.Int64
return void