AudioRemovedEvent
@objcMembers
@objc(BMPAudioRemovedEvent)
public class AudioRemovedEvent : NSObject, SourceEvent
See PlayerListener
for more information on this event.
-
Declaration
Swift
public let name: String
-
The time at which this event was fired
Declaration
Swift
public let timestamp: TimeInterval
-
The removed
AudioTrack
Declaration
Swift
public let audioTrack: AudioTrack
-
The playback time (in seconds) when the track was removed
Declaration
Swift
public let time: TimeInterval
-
Declaration
Swift
public init(audioTrack: AudioTrack, time: TimeInterval)