ISequenceManager Interface |  |
This interface provides methods for discovering camera-sequences defined in the configuration (
SequenceSeeds)
and camera-sequences currently being displayed in image panes or on analog monitors (
Sequences) and methods
for controlling the display of sequences.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxpublic interface ISequenceManager
The ISequenceManager type exposes the following members.
Methods
Remarks
This interface does not provide methods for displaying camera-sequences in image panes or on analog monitors.
These methods are rather part of the interfaces
IContentManager and
IDecoderManager.
These interfaces provide also methods for getting a
Sequence handle for a camera-sequence currently
being displayed in a given image pane respectively analog monitor.
See Also