C# Class CSharpRTMP.Core.Protocols.UDPProtocol

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

Méthodes publiques

Méthode Description
AllowFarProtocol ( ulong type ) : bool
AllowNearProtocol ( ulong type ) : bool
Dispose ( ) : void
EnqueueForOutbound ( MemoryStream outputStream, int offset ) : bool
SignalInputData ( InputStream inputStream, IPEndPoint address ) : bool

Method Details

AllowFarProtocol() public méthode

public AllowFarProtocol ( ulong type ) : bool
type ulong
Résultat bool

AllowNearProtocol() public méthode

public AllowNearProtocol ( ulong type ) : bool
type ulong
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EnqueueForOutbound() public méthode

public EnqueueForOutbound ( MemoryStream outputStream, int offset ) : bool
outputStream System.IO.MemoryStream
offset int
Résultat bool

SignalInputData() public méthode

public SignalInputData ( InputStream inputStream, IPEndPoint address ) : bool
inputStream CSharpRTMP.Common.InputStream
address System.Net.IPEndPoint
Résultat bool