BMPPlaybackType

enum BMPPlaybackType {}

Indicates in which order source items in a playlist should be played back.

  • Indicates sequential playback.

    Declaration

    Objective-C

    BMPPlaybackTypeSequential

    Swift

    case sequential = 0
  • Indicates shuffled playback.

    Declaration

    Objective-C

    BMPPlaybackTypeShuffle

    Swift

    case shuffle = 1