Searched refs:trackCreator (Results 1 – 2 of 2) sorted by relevance
44 const trackCreator = trackRegistry.get(this.summaryTrackState.kind); constant45 this.summaryTrack = trackCreator.create(this.summaryTrackState);
193 const trackCreator = trackRegistry.get(this.trackState.kind); constant194 this.track = trackCreator.create(this.trackState);