Click or drag to resize
RtspSessionPlay Method (Transaction)
Attempts to progress the session to a play state (Play) by using aggregation. (See also RtspPrimitives.ExecuteAggregate)

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool Play(
	out Transaction transaction
)

Parameters

transaction
Type: StreamCoders.RtspTransaction

Return Value

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