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

Method IsTimed

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

Source from the content-addressed store, hash-verified

383 bool IsWrapped24Hours() const { return Flags_.IsWrapped24Hours(); }
384 TimeCode& SetTimed(bool Value = true) { Flags_.Timed(Value); return *this; }
385 bool IsTimed() const { return Flags_.IsTimed(); }
386 TimeCode& SetNegative(bool Value = true) { Flags_.Negative(Value); return *this; }
387 bool IsNegative() const { return Flags_.IsNegative(); }
388 bool IsValid() const { return Flags_.IsValid(); }

Callers 3

TimeCode.cppFile · 0.45
Streams_FinishMethod · 0.45
Read_Buffer_ContinueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected