Add player namespace and player name constants

This commit is contained in:
badaix 2020-12-31 18:29:26 +01:00
parent f254d59832
commit c880ae2e62
20 changed files with 140 additions and 50 deletions

View file

@ -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;