Click or drag to resize
RtspPrimitivesExecuteAggregate Method (MethodType, 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,
	out Transaction transaction
)

Parameters

method
Type: StreamCoders.RtspMethodType
Currently supported methods: GetParameter, Pause, Play.
transaction
Type: StreamCoders.RtspTransaction

Return Value

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