Click or drag to resize
RtspOverHttpAttachManager Method
Attaches RTSPManager to RtspOverHttp, making use of OnBeforeSend and OnBeforeReceive.

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override void AttachManager(
	RtspManager manager
)

Parameters

manager
Type: StreamCoders.RtspRtspManager
.
Exceptions
ExceptionCondition
Exception Thrown when an exception error condition occurs.
See Also