C# 클래스 CSharpRTMP.Core.Protocols.Rtmfp.MiddleRTMFPProtocol

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

공개 프로퍼티들

프로퍼티 타입 설명
Buffer System.IO.MemoryStream
Connections Middle2ServerRTMFPProtocol>.Dictionary

공개 메소드들

메소드 설명
SignalInputData ( InputStream inputStream, IPEndPoint address ) : bool

메소드 상세

SignalInputData() 공개 메소드

public SignalInputData ( InputStream inputStream, IPEndPoint address ) : bool
inputStream CSharpRTMP.Common.InputStream
address System.Net.IPEndPoint
리턴 bool

프로퍼티 상세

Buffer 공개적으로 프로퍼티

public MemoryStream,System.IO Buffer
리턴 System.IO.MemoryStream

Connections 공개적으로 프로퍼티

public Dictionary Connections
리턴 Middle2ServerRTMFPProtocol>.Dictionary