RtspOverHttpAttachManager Method |
Attaches RTSPManager to RtspOverHttp, making use of OnBeforeSend and OnBeforeReceive.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic override void AttachManager(
RtspManager manager
)
Public Overrides Sub AttachManager (
manager As RtspManager
)
public:
virtual void AttachManager(
RtspManager^ manager
) override
abstract AttachManager :
manager : RtspManager -> unit
override AttachManager :
manager : RtspManager -> unit
Parameters
- manager
- Type: StreamCoders.RtspRtspManager
.
ExceptionsException | Condition |
---|
Exception | Thrown when an exception error condition occurs. |
See Also