C# Class RtmfpDownloader.UdpIO

Afficher le fichier Open project: langhuihui/csharprtmp

Méthodes publiques

Свойство Type Description
InputBuffer CSharpRTMP.Common.InputStream
Socket Socket

Méthodes publiques

Méthode Description
OnEvent ( SocketAsyncEventArgs e ) : bool
SetReceiveBuffer ( InputStream ms, SocketAsyncEventArgs socketAsyncEventArgs, int size ) : bool
SignalOutputData ( EndPoint address, MemoryStream outputStream ) : bool
UdpIO ( ) : System

Method Details

OnEvent() public méthode

public OnEvent ( SocketAsyncEventArgs e ) : bool
e System.Net.Sockets.SocketAsyncEventArgs
Résultat bool

SetReceiveBuffer() public méthode

public SetReceiveBuffer ( InputStream ms, SocketAsyncEventArgs socketAsyncEventArgs, int size ) : bool
ms CSharpRTMP.Common.InputStream
socketAsyncEventArgs System.Net.Sockets.SocketAsyncEventArgs
size int
Résultat bool

SignalOutputData() public méthode

public SignalOutputData ( EndPoint address, MemoryStream outputStream ) : bool
address System.Net.EndPoint
outputStream System.IO.MemoryStream
Résultat bool

UdpIO() public méthode

public UdpIO ( ) : System
Résultat System

Property Details

InputBuffer public_oe property

public InputStream,CSharpRTMP.Common InputBuffer
Résultat CSharpRTMP.Common.InputStream

Socket public_oe property

public Socket Socket
Résultat Socket