Searched refs:screenRecordingVideo (Results 1 – 2 of 2) sorted by relevance
31 private screenRecordingVideo?: Blob;49 screenRecordingVideo: Blob | undefined,85 this.screenRecordingVideo = screenRecordingVideo;256 return this.screenRecordingVideo;361 this.screenRecordingVideo = undefined;
560 const screenRecordingVideo = timelineData.getScreenRecordingVideo(); constant561 if (screenRecordingVideo) {563 URL.createObjectURL(screenRecordingVideo),