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

Method Negative

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

Source from the content-addressed store, hash-verified

394 static flags Field(bool Value = true) { return flags().Field(Value); }
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:

Callers 2

TimeCodeClass · 0.80

Calls 1

flagsClass · 0.70

Tested by

no test coverage detected