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 isShuffling
Declared In
SPTAppRemotePlaybackOptions.h
repeatMode
required method
The current repeat mode in effect.
@property (nonatomic, readonly) SPTAppRemotePlaybackOptionsRepeatMode repeatMode
Declared In
SPTAppRemotePlaybackOptions.h