C# Class ConsoleApplication1.RTSPClient

显示文件 Open project: ngraziano/SharpRTSP Class Usage Examples

Public Methods

Method Description
Process_RTP_Frame ( List rtp_payloads ) : void
RTSPClient ( String url ) : System

Private Methods

Method Description
Rtsp_client_DataReceived ( object sender, Rtsp e ) : void
Rtsp_client_MessageReceived ( object sender, Rtsp e ) : void

Method Details

Process_RTP_Frame() public method

public Process_RTP_Frame ( List rtp_payloads ) : void
rtp_payloads List
return void

RTSPClient() public method

public RTSPClient ( String url ) : System
url String
return System