C# Class MediaPortalWrapper.Streams.RawDumpStream

Inheritance: AbstractStream
ファイルを表示 Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
Dispose ( ) : void
RawDumpStream ( string filename, bool readOnly = false ) : System
Read ( ) : DemuxPacketWrapper
Write ( DemuxPacket packet ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RawDumpStream() public method

public RawDumpStream ( string filename, bool readOnly = false ) : System
filename string
readOnly bool
return System

Read() public method

public Read ( ) : DemuxPacketWrapper
return DemuxPacketWrapper

Write() public method

public Write ( DemuxPacket packet ) : void
packet DemuxPacket
return void