VideoPlayerPlaybackDelegate
@objc(FWVideoPlayerPlaybackDelegate)
public protocol VideoPlayerPlaybackDelegate
Player playback protocol
-
Undocumented
Declaration
Swift
@objc optional func playerCurrentTimeDidChange(_ player: VideoPlayer)
-
Undocumented
Declaration
Swift
@objc optional func playerPlaybackWillStartFromBeginning(_ player: VideoPlayer)
-
Undocumented
Declaration
Swift
@objc optional func playerPlaybackDidEnd(_ player: VideoPlayer)
-
Undocumented
Declaration
Swift
@objc optional func playerPlaybackWillLoop(_ player: VideoPlayer)
-
Undocumented
Declaration
Swift
@objc optional func playerPlaybackDidLoop(_ player: VideoPlayer)