Lines Matching refs:tracksToAdd
65 private tracksToAdd: AddTrackArgs[] = []; property in TrackDecider
136 this.tracksToAdd.push({
186 this.tracksToAdd.push({
237 this.tracksToAdd.push(track);
260 this.tracksToAdd.push({
289 this.tracksToAdd.push({
306 for (const track of this.tracksToAdd) {
351 this.tracksToAdd.push({
369 this.tracksToAdd.push({
397 this.tracksToAdd.push({
454 this.tracksToAdd.push({
496 this.tracksToAdd.push({
551 this.tracksToAdd.push({
608 this.tracksToAdd.push({
673 this.tracksToAdd.push({
738 this.tracksToAdd.push({
800 this.tracksToAdd.push({
848 this.tracksToAdd.push({
874 this.tracksToAdd.push({
1010 this.tracksToAdd.push({
1062 Actions.addTracks({tracks: this.tracksToAdd}));