27 #ifndef MATROSKAVIDEO_HPP_ 28 #define MATROSKAVIDEO_HPP_ 31 #include "exiv2lib_export.h" 57 bool operator==(uint64_t key)
const {
return val_ == key; }
102 uint32_t findBlockSize(
byte b);
132 bool continueTraversing_;
134 uint64_t height_, width_;
155 #endif // #ifndef MATROSKAVIDEO_HPP_ An interface for simple binary IO.
Definition: basicio.hpp:55
std::auto_ptr< Image > AutoPtr
Image auto_ptr type.
Definition: image.hpp:84
uint8_t byte
1 byte unsigned integer type.
Definition: types.hpp:105
Abstract base class defining the interface for an image. This is the top-level interface to the Exiv2...
Definition: image.hpp:81
std::auto_ptr< BasicIo > AutoPtr
BasicIo auto_ptr type.
Definition: basicio.hpp:58
IPTC string type.
Definition: types.hpp:147
EXIV2LIB_DEPRECATED_EXPORT bool isMkvType(BasicIo &iIo, bool advance)
Check if the file iIo is a Matroska Video.
const int mkv
Treating mkv as an image type>
Definition: matroskavideo.hpp:45
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
Class to access Matroska video files.
Definition: matroskavideo.hpp:63
EXIV2LIB_DEPRECATED_EXPORT Image::AutoPtr newMkvInstance(BasicIo::AutoPtr io, bool create)
Create a new MatroskaVideo instance and return an auto-pointer to it. Caller owns the returned object...