Property | Type | Description | |
---|---|---|---|
OnFillBuffer | ManagedConductor.OnCallbackFillBuffer | ||
OnRenderRemote | ManagedConductor.OnCallbackRender |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
WebRTCServer ( int port ) : Fleck | ||
WebRTCServer ( string URL ) : Fleck |
Method | Description | |
---|---|---|
OnConnected ( IWebSocketConnection context ) : void | ||
OnDisconnect ( IWebSocketConnection context ) : void | ||
OnReceive ( IWebSocketConnection context, string msg ) : void |
public ManagedConductor.OnCallbackFillBuffer OnFillBuffer | ||
return | ManagedConductor.OnCallbackFillBuffer |