Protocols
The following protocols are available globally.
-
A set of methods which allow to respond to media player events.
See moreDeclaration
Swift
public protocol MediaPlayerDelegate : AnyObject
-
A set of methods which allow to respond to media player time changes.
See moreDeclaration
Swift
public protocol MediaPlayerTimeDelegate : AnyObject
-
Undocumented
See moreDeclaration
Swift
public protocol VideoPlayerDelegate : MediaPlayerDelegate