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

Method Timed

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

Source from the content-addressed store, hash-verified

395 static flags Wrapped24Hours(bool Value = true) { return flags().Wrapped24Hours(Value); }
396 static flags Negative(bool Value = true) { return flags().Negative(Value); }
397 static flags Timed(bool Value = true) { return flags().Timed(Value); }
398
399private:
400 uint32_t Frames_;

Callers 1

TimeCodeClass · 0.80

Calls 1

flagsClass · 0.70

Tested by

no test coverage detected