SourceMetadataChangedEvent
@objc(BMPSourceMetadataChangedEvent)
@objcMembers
public class SourceMetadataChangedEvent : NSObject, SourceEvent
See PlayerListener for more information on this event.
-
Declaration
Swift
public let name: String -
Declaration
Swift
public let timestamp: TimeInterval -
Contains metadata which was removed
Declaration
Swift
public let from: [String : AnyObject]? -
Contains metadata which was added
Declaration
Swift
public let to: [String : AnyObject]? -
Declaration
Swift
public convenience init( oldMetadata: [String: AnyObject]?, newMetadata: [String: AnyObject]? )
SourceMetadataChangedEvent Class Reference