reset method

void reset()

Will reset the timecode instance to the frame identified by startingFrame which was set when the object is created but may have been updated since then.

Implementation

void reset() {
  frameCount = startingFrame;
}