mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-26 21:08:54 +02:00
PCM reader is configured by URI
This commit is contained in:
parent
c4094a2175
commit
a9015edb22
9 changed files with 108 additions and 84 deletions
|
@ -7,7 +7,7 @@
|
|||
class PcmReaderFactory
|
||||
{
|
||||
public:
|
||||
PcmReader* createPcmReader(const std::string& uri) const;
|
||||
static PcmReader* createPcmReader(PcmListener* pcmListener, const std::string& uri, const std::string& defaultSampleFormat, const std::string& defaultCodec, size_t defaultReadBufferMs = 20);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue