JWMediaMetadataDelegate
@objc
public protocol JWMediaMetadataDelegate
Listens for media metadata when the video is done loading
-
Fires when the initial metadata of the video has loaded.
Declaration
Swift
func jwplayer(_ player: JWPlayer, didReceiveMediaMetadata metadata: JWMediaMetadata)
Parameters
player
The player that receives metadata about the media.
metadata
Metadata about the current media.