BMPPlaybackType
enum BMPPlaybackType {}
Indicates in which order source items in a playlist should be played back.
-
Indicates sequential playback.
Declaration
Objective-C
BMPPlaybackTypeSequentialSwift
case sequential = 0 -
Indicates shuffled playback.
Declaration
Objective-C
BMPPlaybackTypeShuffleSwift
case shuffle = 1
View on GitHub
BMPPlaybackType Enumeration Reference