ArchiveFile.h
Go to the documentation of this file.
39 DB_EDGEVIS_SDK ArchiveFile(const std::wstring& name, int32_t duration, const int64_t size, const ArchiveFileSource source, const std::wstring& metadata);
ArchiveFileSource
The possible sources of an archive file.
Definition: ArchiveFileSource.h:20
DB_EDGEVIS_SDK int64_t Size() const
Gets the size of the archive file in bytes.
DB_EDGEVIS_SDK int32_t Duration() const
Gets the duration name of the archive file.
DB_EDGEVIS_SDK ArchiveFileSource Source() const
Gets the source of the archive file.
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK std::wstring Name() const
Gets the file name of the archive file.
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 std::wstring Metadata() const
Gets any metadata associated with this archive file.