Click or drag to resize
LogEventCallback Delegate
Reference Implementation of an RTSP Client using RTSP.NET
Manages RTSP Sessions and encapsulates useful functions to easily accomplish common tasks needed when working with RTSP.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public delegate void LogEventCallback(
	Object sender,
	string logMessage
)

Parameters

sender
Type: SystemObject
Source of the event.
logMessage
Type: SystemString
Message describing the log.
See Also