BMPPlayingEvent
@interface BMPPlayingEvent : BMPPlayerEvent
See BMPPlayerListener.h for more information on this event.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval timeSwift
var time: TimeInterval { get } -
Undocumented
Declaration
Objective-C
- (instancetype)initWithTime:(NSTimeInterval)time NS_DESIGNATED_INITIALIZER;Swift
init(time: TimeInterval)
View on GitHub
BMPPlayingEvent Class Reference