XAPlaying Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | XAPlaying.h |
delegate
required method
The delegate for the playable object, receives updates on playback status through the delegate
@property (nullable, readwrite) NSObject<XAPlayingDelegate> *delegateDiscussion
The delegate for the playable object, receives updates on playback status through the delegate
Declared In
XAPlaying.h
duration
required method
The duration of the playable content.
@property (readonly) NSTimeInterval durationDiscussion
The duration of the playable content.
Declared In
XAPlaying.h
currentTime
required method
The current time into the playable object
@property (nonatomic, readonly) NSTimeInterval currentTimeDiscussion
The current time into the playable object
Declared In
XAPlaying.h
playing
required method
If the playable object is currently playing
@property (nonatomic, readonly, getter=isPlaying) BOOL playingDiscussion
If the playable object is currently playing
Declared In
XAPlaying.h
skippable
required method
If the playable object can be skipped
@property (nonatomic, readonly, getter=isSkippable) BOOL skippableDiscussion
If the playable object can be skipped
Declared In
XAPlaying.h