mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 03:11:43 +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
|
@ -27,6 +27,9 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
namespace player
|
||||
{
|
||||
|
||||
static constexpr auto LOG_TAG = "FilePlayer";
|
||||
static constexpr auto kDefaultBuffer = 50ms;
|
||||
|
||||
|
@ -128,3 +131,5 @@ void FilePlayer::stop()
|
|||
LOG(INFO, LOG_TAG) << "Stop\n";
|
||||
timer_.cancel();
|
||||
}
|
||||
|
||||
} // namespace player
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue