MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / MediaInfo

Method MediaInfo

src/media_info.cpp:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "utility.h"
10
11MediaInfo::MediaInfo(const c2d::Io::File &file) {
12
13 serialize_path = pplay::Utility::getMediaInfoPath(file);
14 if (!pplay::Utility::isMedia(file)) {
15 return;
16 }
17 deserialize();
18}
19
20void MediaInfo::save(const c2d::Io::File &file) {
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected