C# Class CSharpRTMP.Core.Protocols.WebRtc.WebSocketProtocol

Inheritance: BaseProtocol
Show file Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
IsHandShaked bool
IsUTF8String bool

Public Methods

Method Description
EnqueueForOutbound ( MemoryStream outputStream, int offset ) : bool
Handshake ( int recAmount ) : void
SignalInputData ( int recAmount ) : bool

Method Details

EnqueueForOutbound() public method

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

Handshake() public method

public Handshake ( int recAmount ) : void
recAmount int
return void

SignalInputData() public method

public SignalInputData ( int recAmount ) : bool
recAmount int
return bool

Property Details

IsHandShaked public property

public bool IsHandShaked
return bool

IsUTF8String public property

public bool IsUTF8String
return bool