You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
44 lines
1.2 KiB
--------------------------------------------------------------------------------
|
|
Status (from Server):
|
|
--------------------------------------------------------------------------------
|
|
Response:
|
|
{
|
|
"type": "status",
|
|
"totalDuration": 250,
|
|
"currentDuration": 2,
|
|
"volume": 50,
|
|
"fileName": "Foo",
|
|
"isPlaying": true,
|
|
"isMuted": false
|
|
}
|
|
--------------------------------------------------------------------------------
|
|
Seek:
|
|
--------------------------------------------------------------------------------
|
|
Request:
|
|
{
|
|
"command": "seek",
|
|
"seekValue":30
|
|
}
|
|
--------------------------------------------------------------------------------
|
|
Seek Chapter:
|
|
--------------------------------------------------------------------------------
|
|
Request:
|
|
{
|
|
"command": "seekChapter",
|
|
"direction":"forward"
|
|
}
|
|
--------------------------------------------------------------------------------
|
|
Play
|
|
--------------------------------------------------------------------------------
|
|
Request:
|
|
{
|
|
"command": "play"
|
|
}
|
|
--------------------------------------------------------------------------------
|
|
Pause
|
|
--------------------------------------------------------------------------------
|
|
Request:
|
|
{
|
|
"command": "pause"
|
|
}
|