MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / QuickTimeVideo

Method QuickTimeVideo

src/quicktimevideo.cpp:541–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539using namespace Exiv2::Internal;
540
541QuickTimeVideo::QuickTimeVideo(BasicIo::UniquePtr io, size_t max_recursion_depth) :
542 Image(ImageType::qtime, mdNone, std::move(io)),
543 mvhdTimeScale_(1),
544 mdhdTimeScale_(1),
545 currentStream_(Null),
546 max_recursion_depth_(max_recursion_depth) {
547} // QuickTimeVideo::QuickTimeVideo
548
549std::string QuickTimeVideo::mimeType() const {
550 return "video/quicktime";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected