31 #include "exiv2lib_export.h" 81 const char* printAudioEncoding(uint64_t i);
104 void junkHandler(
long size);
110 void streamHandler(
long size);
116 void streamFormatHandler(
long size);
122 void aviHeaderTagsHandler(
long size);
128 void listHandler(
long size);
134 void streamDataTagHandler(
long size);
139 void infoTagsHandler();
144 void nikonTagsHandler();
149 void odmlTagsHandler();
158 void dateTimeOriginal(
long size,
int i = 0);
172 void fillAspectRatio(
long width = 1,
long height = 1);
179 void fillDuration(
double frame_rate,
long frame_count);
192 const static int RIFF_TAG_SIZE;
193 const static char* RIFF_CHUNK_HEADER_ICCP;
194 const static char* RIFF_CHUNK_HEADER_EXIF;
195 const static char* RIFF_CHUNK_HEADER_XMP;
197 bool continueTraversing_;
220 #endif // RIFFVIDEO_HPP An interface for simple binary IO.
Definition: basicio.hpp:55
std::auto_ptr< Image > AutoPtr
Image auto_ptr type.
Definition: image.hpp:84
Utility class containing a character array. All it does is to take care of memory allocation and dele...
Definition: types.hpp:204
Abstract base class defining the interface for an image. This is the top-level interface to the Exiv2...
Definition: image.hpp:81
PrintStructureOption
Options for printStructure.
Definition: image.hpp:67
Class to access RIFF video files.
Definition: riffvideo.hpp:52
std::auto_ptr< BasicIo > AutoPtr
BasicIo auto_ptr type.
Definition: basicio.hpp:58
EXIV2LIB_DEPRECATED_EXPORT Image::AutoPtr newRiffInstance(BasicIo::AutoPtr io, bool create)
Create a new RiffVideo instance and return an auto-pointer to it. Caller owns the returned object and...
EXIV2LIB_DEPRECATED_EXPORT bool isRiffType(BasicIo &iIo, bool advance)
Check if the file iIo is a Riff Video.
IPTC string type.
Definition: types.hpp:147
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
Encoding and decoding of Exif data.
const int riff
Treating riff as an image type>
Definition: riffvideo.hpp:46