C# Class RtspServer, SharpRTSP

Inheritance: IDisposable
Datei anzeigen Open project: ngraziano/SharpRTSP Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
RtspServer ( int portNumber ) : System

Initializes a new instance of the RTSPServer class.

StartListen ( ) : void

Starts the listen.

StopListen ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AcceptConnection ( ) : void

Accepts the connection.

RTSP_Message_Received ( object sender, Rtsp.RtspChunkEventArgs e ) : void
video_source_ReceivedYUVFrame ( uint timestamp_ms, int width, int height, byte yuv_data ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

RtspServer() public method

Initializes a new instance of the RTSPServer class.
public RtspServer ( int portNumber ) : System
portNumber int
return System

StartListen() public method

Starts the listen.
public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void