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

Method GetFrames

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

Source from the content-addressed store, hash-verified

367 uint8_t GetSeconds() const { return Seconds_; }
368 void SetSeconds(uint8_t Value) { Seconds_ = Value; }
369 uint32_t GetFrames() const { return Frames_; }
370 void SetFrames(int32_t Value) { Frames_ = Value; }
371
372 uint32_t GetFramesMax() const { return FramesMax_; }

Callers 15

Events_TimeCodeFunction · 0.80
operator==Method · 0.80
operator<Method · 0.80
operator>Method · 0.80
operator<=Method · 0.80
operator>=Method · 0.80
Read_Buffer_ContinueMethod · 0.80
Streams_FillMethod · 0.80
Streams_FinishMethod · 0.80
Read_Buffer_ContinueMethod · 0.80
PGCMethod · 0.80
Header_ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected