RtspSessionRtspSubStreams Field |
List of all SubStream objects contained in this session.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic List<RtspSubStream> RtspSubStreams
Public RtspSubStreams As List(Of RtspSubStream)
public:
List<RtspSubStream^>^ RtspSubStreams
val mutable RtspSubStreams: List<RtspSubStream>
Field Value
Type:
ListRtspSubStream
See Also