Click or drag to resize
RtspSessionResumeSubStreams Method
Attempts to progress the session to a play state (Play) on indivual substreams. This method should only be used for live streams, as it uses the open interval with Now to play/resume a session. See Seek for VOD. (See also RtspPrimitives.ExecuteSessionNonAggregate)

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool ResumeSubStreams(
	List<RtspSubStream> subs
)

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