How get info from video with function videoPlayer_mouseIn

Hey! I can get info from videos, with function
videoPlayer2_mouseIn?

I need infos: Name, url, etc

export function videoPlayer2_mouseIn(event) {
//Add your code for this event here:
console.log(“2”);
console.log(event)

// …

}


Have a read of the VideoPlayer APIs.
https://www.wix.com/corvid/reference/$w.Video.html
https://www.wix.com/corvid/reference/$w.VideoPlayer.html