C# Class RtmfpDownloader.UdpIO

Exibir arquivo Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
InputBuffer CSharpRTMP.Common.InputStream
Socket Socket

Public Methods

Method 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 method

public OnEvent ( SocketAsyncEventArgs e ) : bool
e System.Net.Sockets.SocketAsyncEventArgs
return bool

SetReceiveBuffer() public method

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

SignalOutputData() public method

public SignalOutputData ( EndPoint address, MemoryStream outputStream ) : bool
address System.Net.EndPoint
outputStream System.IO.MemoryStream
return bool

UdpIO() public method

public UdpIO ( ) : System
return System

Property Details

InputBuffer public_oe property

public InputStream,CSharpRTMP.Common InputBuffer
return CSharpRTMP.Common.InputStream

Socket public_oe property

public Socket Socket
return Socket