mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-23 11:27:38 +02:00
Add player namespace and player name constants
This commit is contained in:
parent
f254d59832
commit
c880ae2e62
20 changed files with 140 additions and 50 deletions
|
@ -60,7 +60,7 @@ struct ClientSettings
|
|||
std::string player_name{""};
|
||||
std::string parameter{""};
|
||||
int latency{0};
|
||||
PcmDevice pcm_device;
|
||||
player::PcmDevice pcm_device;
|
||||
SampleFormat sample_format;
|
||||
SharingMode sharing_mode{SharingMode::unspecified};
|
||||
Mixer mixer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue