MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / FromString

Method FromString

Source/MediaInfo/TimeCode.h:351–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349
350 int FromString(const string_view& Value, bool Ignore1001FromDropFrame = false);
351 int FromString(const char* Value, bool Ignore1001FromDropFrame = false) { return FromString(string_view(Value, strlen(Value)), Ignore1001FromDropFrame); }
352 int FromString(const std::string& Value, bool Ignore1001FromDropFrame = false) { return FromString(string_view(Value.c_str(), Value.size()), Ignore1001FromDropFrame); }
353 int FromFrames(uint64_t Value);
354 int FromFrames(int64_t Value);

Callers

nothing calls this directly

Calls 3

string_viewClass · 0.70
c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected