Method | Description | |
---|---|---|
Dispose ( ) : void | ||
RtspServer ( int portNumber ) : System |
Initializes a new instance of the RTSPServer class.
|
|
StartListen ( ) : void |
Starts the listen.
|
|
StopListen ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
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 |
public RtspServer ( int portNumber ) : System | ||
portNumber | int | |
return | System |