CuepointManager
open class CuepointManager : NSObject, PlayerEventObserver
Class in charge of managing cuepoints per AmpPlayer.
-
Initializes a new CuepointManager.
Declaration
Swift
public init(ampPlayer: AmpPlayer, observer: PlayerEventObserver, times: [Double])
Return Value
A configured instance of an CuepointManager.