RtspSessionSeek Method (TimeSpan) |
Attempts to progress the session to a play state (Play) by supplying time offset.
The session can either be paused or in play state. (See also
RtspPrimitives.ExecuteAggregate)
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool Seek(
TimeSpan position
)
Public Function Seek (
position As TimeSpan
) As Boolean
public:
bool Seek(
TimeSpan position
)
member Seek :
position : TimeSpan -> bool
Parameters
- position
- Type: SystemTimeSpan
The position in time units to start playing from.
Return Value
Type:
Boolean
Returns true on success, otherwise false.
See Also