Searched refs:trackCreator (Results 1 – 2 of 2) sorted by relevance
57 const trackCreator = trackRegistry.get(this.summaryTrackState.kind); constant58 this.summaryTrack = trackCreator.create(this.summaryTrackState);
284 const trackCreator = trackRegistry.get(this.trackState.kind); constant285 this.track = trackCreator.create(this.trackState);