Метод | Описание | |
---|---|---|
BeginSendData ( Rtsp.Messages.RtspData aRtspData, AsyncCallback asyncCallback, object state ) : IAsyncResult |
Begins the send data.
|
|
BeginSendData ( int channel, byte frame, AsyncCallback asyncCallback, object state ) : IAsyncResult |
Begins the send data.
|
|
Dispose ( ) : void | ||
EndSendData ( IAsyncResult result ) : void |
Ends the send data.
|
|
ReadOneMessage ( Stream commandStream ) : Rtsp.Messages.RtspChunk |
Reads one message.
|
|
Reconnect ( ) : void |
Reconnect this instance of RtspListener.
|
|
RtspListener ( IRtspTransport connection ) : System |
Initializes a new instance of the RtspListener class from a TCP connection.
|
|
SendMessage ( Rtsp.Messages.RtspMessage message ) : bool |
Sends the message.
|
|
Start ( ) : void |
Starts this instance.
|
|
Stop ( ) : void |
Stops this instance.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnDataReceived ( Rtsp.RtspChunkEventArgs rtspChunkEventArgs ) : void |
Raises the E:DataReceived event.
|
|
OnMessageReceived ( Rtsp.RtspChunkEventArgs e ) : void |
Raises the E:MessageReceived event.
|
Метод | Описание | |
---|---|---|
DoJob ( ) : void |
Does the reading job. This method read one message from TCP connection. If it a response it add the associate question. The sopping is made by the closing of the TCP connection. |
public BeginSendData ( Rtsp.Messages.RtspData aRtspData, AsyncCallback asyncCallback, object state ) : IAsyncResult | ||
aRtspData | Rtsp.Messages.RtspData | A Rtsp data. |
asyncCallback | AsyncCallback | The async callback. |
state | object | |
Результат | IAsyncResult |
public BeginSendData ( int channel, byte frame, AsyncCallback asyncCallback, object state ) : IAsyncResult | ||
channel | int | The channel. |
frame | byte | The frame. |
asyncCallback | AsyncCallback | The async callback. |
state | object | |
Результат | IAsyncResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public EndSendData ( IAsyncResult result ) : void | ||
result | IAsyncResult | The result. |
Результат | void |
protected OnDataReceived ( Rtsp.RtspChunkEventArgs rtspChunkEventArgs ) : void | ||
rtspChunkEventArgs | Rtsp.RtspChunkEventArgs | The |
Результат | void |
protected OnMessageReceived ( Rtsp.RtspChunkEventArgs e ) : void | ||
e | Rtsp.RtspChunkEventArgs | The |
Результат | void |
public ReadOneMessage ( Stream commandStream ) : Rtsp.Messages.RtspChunk | ||
commandStream | Stream | The Rtsp stream. |
Результат | Rtsp.Messages.RtspChunk |
public RtspListener ( IRtspTransport connection ) : System | ||
connection | IRtspTransport | The connection. |
Результат | System |
public SendMessage ( Rtsp.Messages.RtspMessage message ) : bool | ||
message | Rtsp.Messages.RtspMessage | A message. |
Результат | bool |