screen-recorder icon indicating copy to clipboard operation
screen-recorder copied to clipboard

Adding output path in constructor

Open anupmanekar opened this issue 6 years ago • 0 comments

Can you add output path in constructor rather than auto generated path.

constructor(rect, transcodeOpt, outputPath) { super(); this._duration = 180; this._grabFps = 20; this._recordingRect = rect; //{x,y,w,h} this._transcodeOpt = transcodeOpt || {}; this._tmpPath = outputPath; }

anupmanekar avatar Aug 08 '19 11:08 anupmanekar