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

Method Field

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

Source from the content-addressed store, hash-verified

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

Callers 1

TimeCodeClass · 0.45

Calls 1

flagsClass · 0.70

Tested by

no test coverage detected