RtspPrimitivesExecuteAggregate Method (MethodType, RangeParameters, Transaction) |
Executes aggregated request on session.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool ExecuteAggregate(
MethodType method,
RangeParameters rangeParameters,
out Transaction transaction
)
Public Function ExecuteAggregate (
method As MethodType,
rangeParameters As RangeParameters,
<OutAttribute> ByRef transaction As Transaction
) As Boolean
public:
bool ExecuteAggregate(
MethodType method,
RangeParameters^ rangeParameters,
[OutAttribute] Transaction^% transaction
)
member ExecuteAggregate :
method : MethodType *
rangeParameters : RangeParameters *
transaction : Transaction byref -> bool
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