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

Method GetFramesMax

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

Source from the content-addressed store, hash-verified

370 void SetFrames(int32_t Value) { Frames_ = Value; }
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

Callers 15

Events_TimeCodeFunction · 0.80
Merge_FillTimeCodeFunction · 0.80
operator==Method · 0.80
operator<Method · 0.80
operator>Method · 0.80
operator<=Method · 0.80
operator>=Method · 0.80
TimeCode.cppFile · 0.80
Read_Buffer_ContinueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected