ArchiveService.h
Go to the documentation of this file.
208 DB_EDGEVIS_SDK size_t QueryHours(const int64_t startTime, const int64_t endTime, Timeline *timeline);
232 DB_EDGEVIS_SDK size_t QueryMinutes(const int64_t startTime, const int64_t endTime, Timeline *timeline);
351 DB_EDGEVIS_SDK OpResult QueryRecordings(const int64_t startTime, const int64_t endTime, const int32_t input, ArchiveRecordingInfo &result);
372 DB_EDGEVIS_SDK OpResult QueryRecordings(const int64_t startTime, const int64_t endTime, const int32_t input, const ArchiveFileSource source, ArchiveRecordingInfo &result);
DB_EDGEVIS_SDK OpResult StartPlayback(const int64_t ts)
Starts media playback from the specified timestamp.
DB_EDGEVIS_SDK OpResult SetPlaybackSpeed(ArchivePlaybackSpeed speed)
Sets the archive playback speed to the specified speed.
DB_EDGEVIS_SDK bool IsArchiveInUTC() const
Determines if the archive is recording in UTC or local time.
DB_EDGEVIS_SDK std::wstring ArchiveType() const
Gets the type of archive connected to the Encoder.
DB_EDGEVIS_SDK OpResult QueryRecordings(const int64_t startTime, const int64_t endTime, const int32_t input, ArchiveRecordingInfo &result)
Queries the archive for information on the available recordings.
DB_EDGEVIS_SDK OpResult QueryBookmarks(std::vector< ArchiveBookmark > &bookmarks)
Queries the archive for a list of bookmarks.
An ITimelineWatcher interface is used to receive notifications when an Timeline object is updated...
DB_EDGEVIS_SDK bool PlaybackAllowed() const
Determines if recorded footage can be played back or not.
ArchivePlaybackSpeed
Header file for the ArchivePlaybackSpeed enumeration.
Definition: ArchivePlaybackSpeed.h:26
DB_EDGEVIS_SDK size_t QueryHours(const int64_t startTime, const int64_t endTime, Timeline *timeline)
Queries the archive for a list of hour timestamps for which there is footage available.
DB_EDGEVIS_SDK bool Exists() const
Determines if an archive device is connected to the Encoder and configured.
ArchiveFileSource
The possible sources of an archive file.
Definition: ArchiveFileSource.h:20
DB_EDGEVIS_SDK OpResult SetRecording(bool rec)
Turns edge archive recording on or off.
DB_EDGEVIS_SDK bool Recording() const
Determines whether the archive is currently recording or not.
DB_EDGEVIS_SDK ArchiveExporterService GetExporterService()
Gets the ArchiveExporterService.
DB_EDGEVIS_SDK OpResult DeleteBookmark(const ArchiveBookmark &bookmark)
Deletes a bookmark from the list of bookmarks on the Encoder.
This contains lists of days, hours and minutes that the archive holds footage for.
Definition: Timeline.h:49
The GOP Download Service handles the download of GOPs (Group of Pictures) from the edge archive of su...
Definition: GOPDownloadService.h:48
DB_EDGEVIS_SDK OpResult AddBookmark(const int64_t timestamp, const int32_t input, const std::wstring &name, const std::wstring &description, ArchiveBookmark &result)
Adds a new bookmark to the list of bookmarks on the Encoder.
DB_EDGEVIS_SDK int32_t MaxQuerySpanMinutes() const
Returns the maximum span in minutes that can be queried by QueryMinutes(start, end).
The ArchiveExporter Service handles listing files from a remote archive device connected to an Encode...
Definition: ArchiveExporterService.h:47
DB_EDGEVIS_SDK size_t QueryMinutes(const int64_t startTime, const int64_t endTime, Timeline *timeline)
Queries the archive for a list of minutes timestamps for which there is footage available.
The Archive Service provides access to the edge archive on an Encoder.
Definition: ArchiveService.h:89
DB_EDGEVIS_SDK bool ExternalArchiveEnabled() const
Determines if the encoder is using an external archive device.
DB_EDGEVIS_SDK ArchivePlaybackSpeed GetPlaybackSpeed()
Get the speed of the archive playback.
DB_EDGEVIS_SDK size_t QueryDays(Timeline *timeline)
Queries the archive for a list of day timestamps for which there is footage available.
DB_EDGEVIS_SDK int32_t MaxQuerySpanHours() const
Returns the maximum span in hours that can be queried by QueryHours(start, end).
DB_EDGEVIS_SDK OpResult StopPlayback()
Stops archive video playback.
DB_EDGEVIS_SDK int32_t MaxQueryHours() const
Gets the maximum number of hours that can be added to a filter when querying for minutes from the arc...
DB_EDGEVIS_SDK int32_t MaxQueryDays() const
Gets the maximum number of days that can be added to a filter when querying for hours from the archiv...
The EdgeVis Decoder SDK namespace.
The ArchiveRecordingInfo class provides information on the times that the archive has recorded footag...
DB_EDGEVIS_SDK bool IsArchiveOwner() const
Determines if the caller is the archive control owner.
DB_EDGEVIS_SDK GOPDownloadService GetGOPDownloadService()
Gets the GOPDownloadService.
Contains the details of an Archive bookmark.
Definition: ArchiveBookmark.h:31
DB_EDGEVIS_SDK size_t QueryMins(const int64_t hourTs, Timeline *timeline)
Queries the archive for a list of minute timestamps for which there is footage available.