21#ifndef UTILSVIDEO_HPP_
22#define UTILSVIDEO_HPP_
24#include "exiv2lib_export.h"
Utility class containing a character array. All it does is to take care of memory allocation and dele...
Definition: types.hpp:193
Class of utility functions used by the video code.
Definition: utilsvideo.hpp:34
static bool compareTagValue(Exiv2::DataBuf &buf, const char arr[][5], int32_t arraysize)
compare a buffer and an array of strings
static bool compareTagValue(Exiv2::DataBuf &buf, const char *str)
compare a buffer and string
static bool simpleBytesComparison(Exiv2::DataBuf &buf, const char *str, int32_t size)
compare a buffer and string
Encoding and decoding of Exif data.
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36