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

Method Wrapped24Hours

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

Source from the content-addressed store, hash-verified

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

Callers 1

TimeCodeClass · 0.80

Calls 1

flagsClass · 0.70

Tested by

no test coverage detected