Searched refs:currentTraceEntry (Results 1 – 4 of 4) sorted by relevance
142 @Input() currentTraceEntry: ScreenRecordingTraceEntry | undefined; property in ViewerScreenRecordingComponent152 if (this.currentTraceEntry === undefined) {162 URL.createObjectURL(this.currentTraceEntry.videoData),238 !this.currentTraceEntry?.isImage &&239 this.currentTraceEntry?.videoTimeSeconds !== undefined244 return this.currentTraceEntry?.isImage ?? false;
104 component.currentTraceEntry = new ScreenRecordingTraceEntry(1, videoFile);114 component.currentTraceEntry = new ScreenRecordingTraceEntry(
54 ).currentTraceEntry = await entry?.getValue();