RtspSessionPause Method (Transaction) |
Attempts to progress the session to a pause state (Pause) by using aggregation.
(See also RtspPrimitives.ExecuteAggregate)
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool Pause(
out Transaction transaction
)
Public Function Pause (
<OutAttribute> ByRef transaction As Transaction
) As Boolean
public:
bool Pause(
[OutAttribute] Transaction^% transaction
)
member Pause :
transaction : Transaction byref -> bool
Parameters
- transaction
- Type: StreamCoders.RtspTransaction
Return Value
Type:
Boolean
Returns true on success, otherwise false.
See Also