C# 클래스 CSharpRTMP.Core.Protocols.TCPProtocol

상속: BaseProtocol
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 메소드들

메소드 설명
AllowFarProtocol ( ulong type ) : bool
Dispose ( ) : void
EnqueueForOutbound ( MemoryStream outputStream, int offset ) : bool
SignalInputData ( int recAmount ) : bool

메소드 상세

AllowFarProtocol() 공개 메소드

public AllowFarProtocol ( ulong type ) : bool
type ulong
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnqueueForOutbound() 공개 메소드

public EnqueueForOutbound ( MemoryStream outputStream, int offset ) : bool
outputStream System.IO.MemoryStream
offset int
리턴 bool

SignalInputData() 공개 메소드

public SignalInputData ( int recAmount ) : bool
recAmount int
리턴 bool