Click or drag to resize
RtspPrimitivesExecuteAggregate Method (MethodType, RangeParameters, Transaction)
Executes aggregated request on session.

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool ExecuteAggregate(
	MethodType method,
	RangeParameters rangeParameters,
	out Transaction transaction
)

Parameters

method
Type: StreamCoders.RtspMethodType
Currently supported methods: GetParameter, Pause, Play.
rangeParameters
Type: StreamCoders.RtspRangeParameters
Options for controlling the range.
transaction
Type: StreamCoders.RtspTransaction

Return Value

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