Exiv2CustomMakernotes.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 // SPDX-FileCopyrightText: Czech Technical University in Prague
3 
10 #pragma once
11 
12 #include <memory>
13 #include <string>
14 #include <unordered_map>
15 
16 #include <exiv2/exiv2.hpp>
17 
18 namespace movie_publisher
19 {
24 {
25 public:
26  virtual ~MakerNoteHeader() = default;
27  virtual bool read(const Exiv2::byte* pData, size_t size) = 0;
28  virtual Exiv2::ByteOrder byteOrder() const = 0;
29  virtual size_t size() const = 0;
30 };
31 
36 {
37 public:
39  std::unordered_map<std::string, std::shared_ptr<MakerNoteHeader>> headers;
40  std::unordered_map<std::string, std::unordered_map<uint16_t, Exiv2::TagInfo>> tagsById;
41  std::unordered_map<std::string, std::unordered_map<std::string, Exiv2::TagInfo>> tagsByName;
42  std::unordered_map<std::string, Exiv2::ExifKey> keys;
43 };
44 
45 }
movie_publisher::CustomMakernotes::tagsById
std::unordered_map< std::string, std::unordered_map< uint16_t, Exiv2::TagInfo > > tagsById
Definition: Exiv2CustomMakernotes.h:40
movie_publisher::MakerNoteHeader::byteOrder
virtual Exiv2::ByteOrder byteOrder() const =0
movie_publisher::MakerNoteHeader::read
virtual bool read(const Exiv2::byte *pData, size_t size)=0
movie_publisher::CustomMakernotes
All custom Makernotes.
Definition: Exiv2CustomMakernotes.h:35
movie_publisher::CustomMakernotes::tagsByName
std::unordered_map< std::string, std::unordered_map< std::string, Exiv2::TagInfo > > tagsByName
Definition: Exiv2CustomMakernotes.h:41
movie_publisher::CustomMakernotes::CustomMakernotes
CustomMakernotes()
movie_publisher::MakerNoteHeader::~MakerNoteHeader
virtual ~MakerNoteHeader()=default
movie_publisher::MakerNoteHeader::size
virtual size_t size() const =0
movie_publisher
movie_publisher::CustomMakernotes::keys
std::unordered_map< std::string, Exiv2::ExifKey > keys
Definition: Exiv2CustomMakernotes.h:42
movie_publisher::MakerNoteHeader
Header of a custom MakeNote.
Definition: Exiv2CustomMakernotes.h:23
movie_publisher::CustomMakernotes::headers
std::unordered_map< std::string, std::shared_ptr< MakerNoteHeader > > headers
Definition: Exiv2CustomMakernotes.h:39


exiv2_metadata_extractor
Author(s): Martin Pecka
autogenerated on Fri Feb 28 2025 03:08:23