|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IService () |
| virtual void | CmdStartReplay (M_ReplayCtrl::ReplayChannelInfoListType const &ReplaysList, M_Common::TimeType const &StartTime, M_Common::TimeOptionalType const &StopTime, M_ReplayCtrl::ReplayLoopMode::Type LoopMode, M_ReplayCtrl::ReplayStartMode::Type StartMode) |
| virtual void | CmdLoopReplay (M_Common::StringListType const &ReplayVideoChannelList) |
| virtual void | CmdStopReplay (M_Common::StringListType const &ReplayVideoChannelList) |
| virtual void | CmdPauseReplay (M_Common::StringListType const &ReplayVideoChannelList) |
| virtual void | CmdResumeReplay (M_Common::StringListType const &ReplayVideoChannelList) |
| virtual void | CmdStepReplay (M_Common::StringListType const &ReplayVideoChannelList) |
Service interface. Contains operations that a client can command the Replay Control Service to perform.
|
virtual |
|
virtual |
Loop replay of video source(s).
| ReplayVideoChannelList | List of video channel names identifying the replayed streams which should (not) be looped. |
|
virtual |
Pause replay of video source(s).
| ReplayVideoChannelList | List of video channel names identifying the replayed streams which should be paused. |
|
virtual |
Resume replay of video source(s).
| ReplayVideoChannelList | List of video channel names identifying the replayed streams which should be resumed. |
|
virtual |
Start replay of video source or multiple synchronised streams.
| ReplaysList | A list containing one or more pairs of source video channel and replay video channel name to play back the source on. Only matching pairs which have been reported as supported by the service shall be provided here. If more than one element is specified then all the channels in the list should be replayed as synchronised streams. |
| StartTime | Starting position in stream specified as an absolute time (seconds + nanoseconds since UTC epoch). |
| StopTime | End position in stream specified as an absolute time (seconds + nanoseconds since UTC epoch). Not present indicates the stream should play until the end has been reached. |
| LoopMode | Initial loop mode. |
| StartMode | Initial playback mode. |
|
virtual |
Step a single frame of video source(s).
| ReplayVideoChannelList | List of video channel names identifying the replayed streams which should be paused. |
|
virtual |
Stop replay of video source(s).
| ReplayVideoChannelList | List of video channel names identifying the replayed streams which should be stopped. |