The Video Game Object Metadata Event.
This event is dispatched when a Video has access to the metadata.
Listen for it from a Video Game Object instance using Video.on('metadata', listener)
.
name | type | description |
---|---|---|
video | Phaser.GameObjects.Video |
The Video Game Object which fired the event. |
event | DOMException | string |
The native DOM event the browser raised during playback. |