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

Method IsDropFrame

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

Source from the content-addressed store, hash-verified

375
376 TimeCode& SetDropFrame(bool Value = true) { Flags_.DropFrame(Value); return *this; }
377 bool IsDropFrame() const { return Flags_.IsDropFrame(); }
378 TimeCode& Set1001fps(bool Value = true) { Flags_.FPS1001(Value); return *this; }
379 bool Is1001fps() const { return Flags_.Is1001fps(); }
380 TimeCode& SetField(bool Value = true) { Flags_.Field(Value); return *this; }

Callers 5

Events_TimeCodeFunction · 0.45
Streams_AcceptMethod · 0.45
Streams_FinishMethod · 0.45
Data_ParseMethod · 0.45
Streams_FillMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected