Click or drag to resize
RtspResponseReceivedCallback Delegate

Namespace: StreamCoders.Rtsp.Extensions
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
response
Type: StreamCoders.RtspRtspResponse
See Also