 |
Exiv2
|
Go to the documentation of this file.
21 #ifndef UTILSVIDEO_HPP_
22 #define UTILSVIDEO_HPP_
24 #include "exiv2lib_export.h"
66 #endif // #ifndef UTILSVIDEO_HPP_
static bool compareTagValue(Exiv2::DataBuf &buf, const char *str)
compare a buffer and string
byte * pData_
Pointer to the buffer, 0 if none has been allocated.
Definition: types.hpp:269
Encoding and decoding of Exif data.
Class of utility functions used by the video code.
Definition: utilsvideo.hpp:35
Utility class containing a character array. All it does is to take care of memory allocation and dele...
Definition: types.hpp:204
static bool simpleBytesComparison(Exiv2::DataBuf &buf, const char *str, int32_t size)
compare a buffer and string
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
An Image subclass to support RIFF video files Mahesh Hegde 2014 maheshmhegade@gmail....
static bool compareTagValue(Exiv2::DataBuf &buf, const char arr[][5], int32_t arraysize)
compare a buffer and an array of strings