Description of a custom MakerNote parser for one vendor. More...
#include <LibexifCustomMakernotes.h>
Public Attributes | |
| std::function<::ExifMnoteData *(::ExifMem *mem)> | create |
| Create a new instance of the custom MakerNote. More... | |
| std::function< int(const ::ExifData *exifData, const ::ExifEntry *exifEntry)> | identify |
| Function that identifies the MakerNote. More... | |
Description of a custom MakerNote parser for one vendor.
Definition at line 89 of file LibexifCustomMakernotes.h.
| std::function<::ExifMnoteData*(::ExifMem* mem)> movie_publisher::LibexifCustomMakerNote::create |
Create a new instance of the custom MakerNote.
| [in] | mem | The memory pool to allocate from. |
Definition at line 103 of file LibexifCustomMakernotes.h.
| std::function<int(const ::ExifData* exifData, const ::ExifEntry* exifEntry)> movie_publisher::LibexifCustomMakerNote::identify |
Function that identifies the MakerNote.
| [in] | exifData | The whole EXIF data. |
| [in] | exifEntry | The MakerNote entry. |
Definition at line 97 of file LibexifCustomMakernotes.h.