First, you will need to extend the Media interface and add the title parameter to it.
Then you can create a CustomMediaComponent, extend it from the default MediaComponent. Copy the html to be the same and change [title]="media.title". You can now call in the ProductImageZoomProductImagesComponent.
or you can get a new parameter with @Input in the CustomMediaComponent without extending the Media model at all and send your title value this way.