mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-11 16:16:42 +02:00
Add support for controlscriptparams
This commit is contained in:
parent
b71e303083
commit
60dc1aa48a
8 changed files with 24 additions and 10 deletions
|
@ -91,6 +91,7 @@ static constexpr auto kUriName = "name";
|
|||
static constexpr auto kUriSampleFormat = "sampleformat";
|
||||
static constexpr auto kUriChunkMs = "chunk_ms";
|
||||
static constexpr auto kControlScript = "controlscript";
|
||||
static constexpr auto kControlScriptParams = "controlscriptparams";
|
||||
|
||||
|
||||
/// Reads and decodes PCM data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue