Click or drag to resize
RtspPrimitivesExecuteSessionNonAggregate Method (MethodType, IEnumerableRtspSubStream)
Executes a non aggregated RTSP request on a number of substreams.

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool ExecuteSessionNonAggregate(
	MethodType method,
	IEnumerable<RtspSubStream> subStreams
)

Parameters

method
Type: StreamCoders.RtspMethodType
Currently supportedd methods: Play, Pause (RESUME, SEEK)
subStreams
Type: System.Collections.GenericIEnumerableRtspSubStream
Substreams to use.

Return Value

Type: Boolean
Returns true on success, otherwise false.
See Also