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

Method TimeCode

Source/MediaInfo/TimeCode.cpp:25–28  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

23
24//---------------------------------------------------------------------------
25TimeCode::TimeCode()
26{
27 memset((char*)this, 0, sizeof(TimeCode));
28}
29
30//---------------------------------------------------------------------------
31TimeCode::TimeCode(uint32_t Hours, uint8_t Minutes, uint8_t Seconds, uint32_t Frames, uint32_t FramesMax, flags Flags)

Callers

nothing calls this directly

Calls 1

TimeCodeClass · 0.70

Tested by

no test coverage detected