ArchiveExporterService.h
Go to the documentation of this file.
54 ArchiveExporterService( std::weak_ptr<EncoderImpl> encoder, const std::wstring& name = L"", int32_t idleTimeoutMs = -1 );
91 DB_EDGEVIS_SDK OpResult QueryFiles(ArchiveFiles& result, const int64_t start, const int64_t end);
121 DB_EDGEVIS_SDK OpResult QueryFiles(ArchiveFiles& result, const int64_t start, const int64_t end, const ArchiveFileSource source, const int32_t channel);
147 DB_EDGEVIS_SDK OpResult ExportFile( const std::wstring& outFilePath, const ArchiveFile& file, const std::wstring& password = L"" );
DB_EDGEVIS_SDK void AbortExport()
Aborts the current archive download process.
DB_EDGEVIS_SDK int32_t GetTargetBandwidthPercentage()
Gets the target file download bandwidth percentage.
virtual DB_EDGEVIS_SDK OpResult Start()
Starts the archive service.
DB_EDGEVIS_SDK OpResult QueryFiles(ArchiveFiles &result, const int64_t start, const int64_t end)
Queries the remote archive to get a list of files that are available for download.
ArchiveFileSource
The possible sources of an archive file.
Definition: ArchiveFileSource.h:20
The Stream interface represent a service that is available on an Encoder.
Definition: Stream.h:50
DB_EDGEVIS_SDK OpResult SetTargetBandwidth(int32_t bandwidth)
Sets the target file download bandwidth.
DB_EDGEVIS_SDK OpResult ExportFile(const std::wstring &outFilePath, const ArchiveFile &file, const std::wstring &password=L"")
Starts a file read operation.
The ArchiveExporter Service handles listing files from a remote archive device connected to an Encode...
Definition: ArchiveExporterService.h:47
DB_EDGEVIS_SDK OpResult SetTargetBandwidthPercentage(int32_t bandwidthPercentage)
Sets the target file download bandwidth percentage.
DB_EDGEVIS_SDK int32_t GetBandwidth()
Get the measured bandwidth usage of the archive file download.
A collection of ArchiveFiles.
Definition: ArchiveExporterService.h:38
DB_EDGEVIS_SDK void SetListener(IArchiveExportListener *listener)
Set the listener for the Archive Export service.
The EdgeVis Decoder SDK namespace.
virtual DB_EDGEVIS_SDK OpResult Stop()
Stops the archive service.
A simple container class for information about a file on a remote archive device connected to an Enco...
Definition: ArchiveFile.h:35
DB_EDGEVIS_SDK int32_t GetTargetBandwidth()
Gets the target file download bandwidth.