UZPlayerDelegate
public protocol UZPlayerDelegate : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
func player(player: UZPlayer, playerStateDidChange state: UZPlayerState)
-
Undocumented
Declaration
Swift
func player(player: UZPlayer, loadedTimeDidChange loadedDuration: TimeInterval, totalDuration: TimeInterval)
-
Undocumented
Declaration
Swift
func player(player: UZPlayer, playTimeDidChange currentTime: TimeInterval, totalTime: TimeInterval)
-
Undocumented
Declaration
Swift
func player(player: UZPlayer, playerIsPlaying playing: Bool)
-
Undocumented
Declaration
Swift
func player(player: UZPlayer, playerDidFailToPlayToEndTime error: Error?)
-
Undocumented
Declaration
Swift
func player(playerDidStall: UZPlayer)
-
Undocumented
Declaration
Swift
func player(playerDidEndLivestream: UZPlayer)