View on GitHub

ickstream-docs

Public documentation about the ickStream Music Platform

Set the current playback queue mode of the player

Request:

{
    "jsonrpc": 2.0,
    "id": < A unique number used to correlate requests with responses, see JSON-RPC specification for more information >,
    "method": "setPlaybackQueueMode",
    "params": {
        "playbackQueueMode": < A valid playback queue mode >
    }
}

Specific information:

Response:

{
    "jsonrpc": 2.0,
    "id": < The request identity >,
    "result": {
        "playbackQueueMode": < The current playback queue mode after the operation >
    }
}

Category:Player Protocol