2 * Copyright (C) 2023 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
16 IPTCInfo(const IPTCInfo
&) = default;
17 IPTCInfo(IPTCInfo
&&) = default;
19 IPTCInfo
& operator=(const IPTCInfo
&) = default;
20 IPTCInfo
& operator=(IPTCInfo
&&) = default;
22 std::string RecordVersion
;
23 std::string SupplementalCategories
;
28 std::string SpecialInstructions
;
31 std::string BylineTitle
;
34 std::string CopyrightNotice
;
35 std::string ObjectName
;
39 std::string TransmissionReference
;
42 std::string ReferenceService
;
43 std::string CountryCode
;
44 std::string TimeCreated
;
45 std::string SubLocation
;
46 std::string ImageType
;