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

Method GetHours

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

Source from the content-addressed store, hash-verified

361 TimeCode ToRescaled(uint32_t FramesMax = 0, flags Flags = {}, rounding Rounding = Nearest) const;
362
363 uint32_t GetHours() const { return Hours_; }
364 void SetHours(int32_t Value) { Hours_ = Value; }
365 uint8_t GetMinutes() const { return Minutes_; }
366 void SetMinutes(uint8_t Value) { Minutes_ = 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