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

Method SetFramesMax

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

Source from the content-addressed store, hash-verified

371
372 uint32_t GetFramesMax() const { return FramesMax_; }
373 void SetFramesMax(uint32_t Value = 0) { FramesMax_ = Value; }
374 float GetFrameRate() const { return (float)(((uint64_t)GetFramesMax() + 1) / (Is1001fps() ? 1.001 : 1.000)); }
375
376 TimeCode& SetDropFrame(bool Value = true) { Flags_.DropFrame(Value); return *this; }

Callers 9

Read_Buffer_ContinueMethod · 0.80
Streams_FillMethod · 0.80
Streams_FinishMethod · 0.80
Read_Buffer_ContinueMethod · 0.80
FileHeader_ParseMethod · 0.80
Streams_AcceptMethod · 0.80
Streams_FinishMethod · 0.80
Data_ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected