C# 클래스 RtmfpDownloader.UdpIO

파일 보기 프로젝트 열기: langhuihui/csharprtmp

공개 프로퍼티들

프로퍼티 타입 설명
InputBuffer CSharpRTMP.Common.InputStream
Socket Socket

공개 메소드들

메소드 설명
OnEvent ( SocketAsyncEventArgs e ) : bool
SetReceiveBuffer ( InputStream ms, SocketAsyncEventArgs socketAsyncEventArgs, int size ) : bool
SignalOutputData ( EndPoint address, MemoryStream outputStream ) : bool
UdpIO ( ) : System

메소드 상세

OnEvent() 공개 메소드

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

SetReceiveBuffer() 공개 메소드

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

SignalOutputData() 공개 메소드

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

UdpIO() 공개 메소드

public UdpIO ( ) : System
리턴 System

프로퍼티 상세

InputBuffer 공개적으로 프로퍼티

public InputStream,CSharpRTMP.Common InputBuffer
리턴 CSharpRTMP.Common.InputStream

Socket 공개적으로 프로퍼티

public Socket Socket
리턴 Socket