C# Class PixelShare.Core.GraphPortChunkDecoder

Inheritance: UIPortDelegate
Datei anzeigen Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GraphPortChunkDecoder ( GDIDIBSection pixMap, CommChannel channel ) : System
GraphPortChunkDecoder ( GDIDIBSection pixMap, PayloadChannel channel ) : System
ReceiveChunk ( BufferChunk aRecord ) : void

Private Methods

Method Description
FrameReceived ( BufferChunk aChunk ) : void
FrameReceived ( object sender, RtpStream ea ) : void

Method Details

GraphPortChunkDecoder() public method

public GraphPortChunkDecoder ( GDIDIBSection pixMap, CommChannel channel ) : System
pixMap GDIDIBSection
channel CommChannel
return System

GraphPortChunkDecoder() public method

public GraphPortChunkDecoder ( GDIDIBSection pixMap, PayloadChannel channel ) : System
pixMap GDIDIBSection
channel NewTOAPIA.Net.Rtp.PayloadChannel
return System

ReceiveChunk() public method

public ReceiveChunk ( BufferChunk aRecord ) : void
aRecord NewTOAPIA.BufferChunk
return void