RtspPrimitivesOnLog Event |
Event queue for all listeners interested in OnLog events.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
SyntaxPublic Event OnLog As OnLog
public:
event OnLog^ OnLog {
void add (OnLog^ value);
void remove (OnLog^ value);
}
member OnLog : IEvent<OnLog,
EventArgs>
Value
Type:
StreamCoders.Rtsp.ExtensionsOnLog
See Also