Searched refs:currentFrameFromView (Results 1 – 1 of 1) sorted by relevance
15 private currentFrameFromView = new BehaviorSubject<number | null>(null); property in PreviewService16 currentFrameFromView$ = this.currentFrameFromView.asObservable();18 this.currentFrameFromView.next(frame);