CocoaSplit/CapturePlugins/CSTimeCapturePlugin/CSElapsedTimeCapture.h
Zakk 1fe7acddd0 Store the start time of the main stream (when Stream is clicked).
Add a flag to the elapsed time source that uses the latest stream start as the start time of the timer
2018-04-15 22:45:00 -04:00

17 lines
316 B
Objective-C

//
// CSElapsedTimeCapture.h
// CSTimeCapturePlugin
//
// Created by Zakk on 2/6/15.
// Copyright (c) 2015 Zakk. All rights reserved.
//
#import "CSTimeIntervalBase.h"
@interface CSElapsedTimeCapture : CSTimeIntervalBase
@property (assign) bool restartWhenLive;
@property (assign) bool useStreamStart;
@end