RtspPrimitivesCreateTcpInterleaveSession Method |
Attempts to create an RTSP session given a collection of SubStream objects. The
interleave channels used, are provided by the values by
Configuration.NextInterleaveChannel and
Configuration.UseRtcpInterleaveChannel.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool CreateTcpInterleaveSession(
IEnumerable<RtspSubStream> subStreams
)
Public Function CreateTcpInterleaveSession (
subStreams As IEnumerable(Of RtspSubStream)
) As Boolean
public:
bool CreateTcpInterleaveSession(
IEnumerable<RtspSubStream^>^ subStreams
)
member CreateTcpInterleaveSession :
subStreams : IEnumerable<RtspSubStream> -> bool
Parameters
- subStreams
- Type: System.Collections.GenericIEnumerableRtspSubStream
SubStream objects to use.
Return Value
Type:
Boolean
Returns true on success, otherwise false.
ExceptionsException | Condition |
---|
Exception | Thrown when an exception error condition occurs. |
See Also