PlayerRemoteCommandControllable
public protocol PlayerRemoteCommandControllable : AnyObject
Represents the Player Remote Command Controllable
-
The player instance used to control playback
Declaration
Swift
var player: Player? { get set } -
API to register remote command handlers
Declaration
Swift
func registerRemoteCommandHandlers() -
API to deregister remote command handlers
Declaration
Swift
func deregisterRemoteCommandHandlers()