Click or drag to resize
RtspResponseReceivedCallback Delegate
Callback, called when a new response is received.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public delegate void RtspResponseReceivedCallback(
	Object sender,
	RtspResponse response
)

Parameters

sender
Type: SystemObject
Source of the event.
response
Type: StreamCoders.RtspRtspResponse
The response.
See Also