PlayingEvent

@objcMembers
@objc(BMPPlayingEvent)
public class PlayingEvent : PlayerEvent

See PlayerListener for more information on this event.

  • Current playback time in seconds.

    Declaration

    Swift

    public let time: TimeInterval
  • Declaration

    Swift

    override public var name: String { get }
  • Declaration

    Swift

    public init(time: TimeInterval)