Click or drag to resize
RtspSession Constructor
Creates an RtspSession object based on track information provided by an earlier discovery of an RTSP resource. By concept, each RtspTrackInfo object is used to create a SubStream, which gives RtspPrimitives an interface to allow for aggregation and non-aggregation. Each request and response are paired into transaction objects that are waitable and abortable (See Transaction or BulkTransaction class).

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public RtspSession(
	ReadOnlyCollection<RtspTrackInfo> trackInfoList,
	RtspPrimitives primitives
)

Parameters

trackInfoList
Type: System.Collections.ObjectModelReadOnlyCollectionRtspTrackInfo
primitives
Type: StreamCoders.Rtsp.ExtensionsRtspPrimitives
The RtspPrimitives instance to use.
See Also