Click or drag to resize
RtspSubStreamSeek Method
Seeks to a specific position in time.

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool Seek(
	TimeSpan position
)

Parameters

position
Type: SystemTimeSpan
Position providing the time units to seek to.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
See Also