mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-25 06:56:15 +02:00
configurable pipe read buffer
This commit is contained in:
parent
2756ec4897
commit
239e93de43
8 changed files with 39 additions and 16 deletions
|
@ -43,6 +43,8 @@ public:
|
|||
SampleFormat(const std::string& format);
|
||||
SampleFormat(uint32_t rate, uint16_t bits, uint16_t channels);
|
||||
|
||||
std::string getFormat() const;
|
||||
|
||||
void setFormat(const std::string& format);
|
||||
void setFormat(uint32_t rate, uint16_t bits, uint16_t channels);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue