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.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic RtspSubStream(
RtspSession parentSession,
RtspTrackInfo rtspTrackInfo
)
Public Sub New (
parentSession As RtspSession,
rtspTrackInfo As RtspTrackInfo
)
public:
RtspSubStream(
RtspSession^ parentSession,
RtspTrackInfo^ rtspTrackInfo
)
new :
parentSession : RtspSession *
rtspTrackInfo : RtspTrackInfo -> RtspSubStream
Parameters
- parentSession
- Type: StreamCoders.Rtsp.ExtensionsRtspSession
Session parent of this SubStream. - rtspTrackInfo
- Type: StreamCoders.RtspRtspTrackInfo
See Also