RtspSessionSetupTcpInterleaveSubStreams Method |
Attempts to progress the session to set up (Setup) individual substreams. (See
also RtspPrimitives.CreateTcpInterleaveSession)
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool SetupTcpInterleaveSubStreams(
List<RtspSubStream> subs
)
Public Function SetupTcpInterleaveSubStreams (
subs As List(Of RtspSubStream)
) As Boolean
public:
bool SetupTcpInterleaveSubStreams(
List<RtspSubStream^>^ subs
)
member SetupTcpInterleaveSubStreams :
subs : List<RtspSubStream> -> bool
Parameters
- subs
- Type: System.Collections.GenericListRtspSubStream
A list of SubStream objects to use.
Return Value
Type:
Boolean
Returns true on success, otherwise false.
See Also