PlayEvent

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

See BMPPlayerListener.h for more information on this event.

  • Undocumented

    Declaration

    Swift

    public let time: TimeInterval
  • Undocumented

    Declaration

    Swift

    override public var name: String { get }
  • Undocumented

    Declaration

    Swift

    public init(time: TimeInterval)
  • Undocumented

    Declaration

    Swift

    override public func toJsonData() -> [AnyHashable : Any]