SPTAppRemotePlaybackOptions Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | SPTAppRemotePlaybackOptions.h |
Overview
The SPTAppRemotePlaybackOptions describes a set of options used for the current playback.
Use these to determine UI states.
isShuffling
required method
YES if shuffle is enabled, otherwise NO.
@property (nonatomic, readonly) BOOL isShufflingDeclared In
SPTAppRemotePlaybackOptions.h
repeatMode
required method
The current repeat mode in effect.
@property (nonatomic, readonly) SPTAppRemotePlaybackOptionsRepeatMode repeatModeDeclared In
SPTAppRemotePlaybackOptions.h