1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-06 02:32:44 +00:00

core: send start index when playing on remote session

This commit is contained in:
Chris Josten 2023-01-05 15:53:52 +01:00
parent 7a7ddc7717
commit 3783de9ce7
5 changed files with 177 additions and 2 deletions

View file

@ -34508,6 +34508,41 @@
"format": "int64",
"nullable": true
}
},
{
"name": "mediaSourceId",
"in": "query",
"description": "Optional. The media source id.",
"schema": {
"type": "string"
}
},
{
"name": "audioStreamIndex",
"in": "query",
"description": "Optional. The index of the audio stream to play.",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "subtitleStreamIndex",
"in": "query",
"description": "Optional. The index of the subtitle stream to play.",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "startIndex",
"in": "query",
"description": "Optional. The start index.",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
@ -55377,4 +55412,4 @@
}
}
}
}
}