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