C# Class RtspServer, SharpRTSP

Inheritance: IDisposable
Afficher le fichier Open project: ngraziano/SharpRTSP Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
RtspServer ( int portNumber ) : System

Initializes a new instance of the RTSPServer class.

StartListen ( ) : void

Starts the listen.

StopListen ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

RtspServer() public méthode

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

StartListen() public méthode

Starts the listen.
public StartListen ( ) : void
Résultat void

StopListen() public méthode

public StopListen ( ) : void
Résultat void