Seeks to a specific position in time.
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
Position providing the time units to seek to.
Return Value
Type:
Boolean
true if it succeeds, false if it fails.
See Also