C# Class PixelShare.Core.GraphPortChunkDecoder

Inheritance: UIPortDelegate
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
FrameReceived ( BufferChunk aChunk ) : void
FrameReceived ( object sender, RtpStream ea ) : void

Method Details

GraphPortChunkDecoder() public méthode

public GraphPortChunkDecoder ( GDIDIBSection pixMap, CommChannel channel ) : System
pixMap GDIDIBSection
channel CommChannel
Résultat System

GraphPortChunkDecoder() public méthode

public GraphPortChunkDecoder ( GDIDIBSection pixMap, PayloadChannel channel ) : System
pixMap GDIDIBSection
channel NewTOAPIA.Net.Rtp.PayloadChannel
Résultat System

ReceiveChunk() public méthode

public ReceiveChunk ( BufferChunk aRecord ) : void
aRecord NewTOAPIA.BufferChunk
Résultat void