Click or drag to resize
RtspSessionPauseSubStreams Method
Attempts to progress the session to a pause state (Pause) on indivual substreams. (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 PauseSubStreams(
	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