PlayEvent

@objc(BMPPlayEvent)
@objcMembers
public class PlayEvent : PlayerEvent

See PlayerListener for more information on this event.

  • Declaration

    Swift

    public let time: TimeInterval
  • Declaration

    Swift

    override public var name: String { get }
  • Declaration

    Swift

    public init(time: TimeInterval)