SourceRemovedEvent

@objc(BMPSourceRemovedEvent)
@objcMembers
public class SourceRemovedEvent : PlayerEvent

See PlayerListener for more information on this event.

  • The Source that was removed from the playlist.

    Declaration

    Swift

    public let source: Source
  • The index at which the Source was removed from the playlist.

    The value is greater than or equal to zero and is less than the number of Sources in the playlist before removal.

    Declaration

    Swift

    public let index: Int
  • Declaration

    Swift

    override public var name: String { get }