C# Class CSharpRTMP.Core.Protocols.Rtmfp.FlowConnection

Inheritance: Flow
Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FlowConnection ( ulong id, Peer peer, BaseRtmfpProtocol handler, Session band, FlowWriter flowWriter ) : System

Méthodes protégées

Méthode Description
MessageHandler ( string name, Variant param ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FlowConnection() public méthode

public FlowConnection ( ulong id, Peer peer, BaseRtmfpProtocol handler, Session band, FlowWriter flowWriter ) : System
id ulong
peer Peer
handler BaseRtmfpProtocol
band Session
flowWriter FlowWriter
Résultat System

MessageHandler() protected méthode

protected MessageHandler ( string name, Variant param ) : void
name string
param Variant
Résultat void