C# 클래스 CSharpRTMP.Core.Protocols.WebRtc.WebSocketProtocol

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

공개 프로퍼티들

프로퍼티 타입 설명
IsHandShaked bool
IsUTF8String bool

공개 메소드들

메소드 설명
EnqueueForOutbound ( MemoryStream outputStream, int offset ) : bool
Handshake ( int recAmount ) : void
SignalInputData ( int recAmount ) : bool

메소드 상세

EnqueueForOutbound() 공개 메소드

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

Handshake() 공개 메소드

public Handshake ( int recAmount ) : void
recAmount int
리턴 void

SignalInputData() 공개 메소드

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

프로퍼티 상세

IsHandShaked 공개적으로 프로퍼티

public bool IsHandShaked
리턴 bool

IsUTF8String 공개적으로 프로퍼티

public bool IsUTF8String
리턴 bool