Click or drag to resize
RtspSubStream Constructor
Creates a SubStream object. SubStream objects represent a single tracks of an RTSP resource and are normally created automatically via the RtspSession constructor.

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public RtspSubStream(
	RtspSession parentSession,
	RtspTrackInfo rtspTrackInfo
)

Parameters

parentSession
Type: StreamCoders.Rtsp.ExtensionsRtspSession
Session parent of this SubStream.
rtspTrackInfo
Type: StreamCoders.RtspRtspTrackInfo
See Also