Click or drag to resize
RtspSessionManagerAddTransportModifier Method
Optional. Set the transport modifier for this session, to allow access to the underlying RTSPManager object.

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void AddTransportModifier(
	TransportModifier modifier
)

Parameters

modifier
Type: StreamCoders.Rtsp.ExtensionsTransportModifier
Modifier to use.
Remarks
This function must be called before Discover is called.
See Also