mediaSource = $mediaSource; $this->mediaId = $mediaId; } /** * Returns the source of the asset * * @return MediaBrowser */ public function getMediaSource() { return $this->mediaSource; } /** * Gets the identifier to be used in the context of * the assets mediasource * * @return string */ public function getMediaIdentifier() { return $this->mediaId; } }