Click or drag to resize

ITimelineManager Interface

Interface for remoting the Timeline.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public interface ITimelineManager

The ITimelineManager type exposes the following members.

Methods
 NameDescription
Public methodGetCurrentPosition Gets the current position of the hairline.
Public methodGetCurrentPositionUtc Gets the current position of the hairline.
Public methodGetPlaySpeed Gets the PlaySpeed.
Public methodPlayBackward Plays Backward.
Public methodPlayForward Plays Forward.
Public methodPlayMoveToBegin Moves the hairline to the beginning of the video data.
Public methodPlayMoveToEnd Goto end of stream.
Public methodPlaySingleBackward Play single backward.
Public methodPlaySingleForward Play single forward.
Public methodPlayStop Stops Playback
Public methodSetCurrentPosition Moves the hairline to the given DateTime position.
Public methodSetCurrentPositionUtc Moves the hairline to the given DateTime position.
Public methodSetPlaySpeed Sets the PlaySpeed.
Top
See Also