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

Method SetFrames

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

Source from the content-addressed store, hash-verified

368 void SetSeconds(uint8_t Value) { Seconds_ = Value; }
369 uint32_t GetFrames() const { return Frames_; }
370 void SetFrames(int32_t Value) { Frames_ = Value; }
371
372 uint32_t GetFramesMax() const { return FramesMax_; }
373 void SetFramesMax(uint32_t Value = 0) { FramesMax_ = Value; }

Callers 3

Streams_FillMethod · 0.80
Streams_FinishMethod · 0.80
Streams_FinishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected