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

Method DropFrame

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

Source from the content-addressed store, hash-verified

390 bool IsSet() const { return IsValid() && !IsUndefined(); }
391
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); }

Callers 6

TimeCodeClass · 0.80
Read_Buffer_ContinueMethod · 0.80
timeCodeMethod · 0.80
Streams_FinishMethod · 0.80
dttimepackMethod · 0.80

Calls 1

flagsClass · 0.70

Tested by

no test coverage detected