TimeShiftEvent
@objcMembers
@objc(BMPTimeShiftEvent)
public class TimeShiftEvent : PlayerEvent
See PlayerListener for more information on this event.
-
The position in seconds.
Declaration
Swift
public let position: TimeInterval -
The target in seconds.
Declaration
Swift
public let target: TimeInterval -
The target timeshift value in seconds.
Declaration
Swift
public let timeShift: TimeInterval -
Declaration
Swift
override public var name: String { get } -
Declaration
Swift
public init(position: TimeInterval, target: TimeInterval, timeShift: TimeInterval)
TimeShiftEvent Class Reference