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

Method GetSeconds

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

Source from the content-addressed store, hash-verified

365 uint8_t GetMinutes() const { return Minutes_; }
366 void SetMinutes(uint8_t Value) { Minutes_ = Value; }
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; }

Callers 7

Events_TimeCodeFunction · 0.80
operator==Method · 0.80
operator<Method · 0.80
operator>Method · 0.80
operator<=Method · 0.80
operator>=Method · 0.80
PGCMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected