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

Method IsValid

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

Source from the content-addressed store, hash-verified

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(); }
389 bool IsUndefined() const { return Flags_.IsUndefined(); }
390 bool IsSet() const { return IsValid() && !IsUndefined(); }
391

Callers 15

File_ProbeCaption_SetMethod · 0.45
Merge_FillTimeCodeFunction · 0.45
Read_Buffer_ContinueMethod · 0.45
Streams_FinishMethod · 0.45
Streams_FinishMethod · 0.45
Header_ParseMethod · 0.45
Data_ParseMethod · 0.45
Streams_AcceptMethod · 0.45
Streams_FinishMethod · 0.45
Data_ParseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected