PlaylistTransitionEvent

@objcMembers
@objc(BMPPlaylistTransitionEvent)
public class PlaylistTransitionEvent : PlayerEvent

See PlayerListener for more information on this event.

  • The Source from which a transition happened.

    Declaration

    Swift

    public let from: Source
  • to

    The Source to which a transition happened.

    Declaration

    Swift

    public let to: Source
  • Declaration

    Swift

    override public var name: String { get }
  • Declaration

    Swift

    public init(from: Source, to: Source)