mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 10:21:46 +02:00
Log auth error
This commit is contained in:
parent
fd7802c6fc
commit
f6b1e3f5d4
2 changed files with 7 additions and 1 deletions
|
@ -116,7 +116,7 @@ public:
|
|||
virtual void onChunkRead(const PcmStream* pcmStream, const msg::PcmChunk& chunk) = 0;
|
||||
/// Chunk @p chunk with duration @p duration of stream @pcmStream has been encoded
|
||||
virtual void onChunkEncoded(const PcmStream* pcmStream, std::shared_ptr<msg::PcmChunk> chunk, double duration) = 0;
|
||||
/// Stream @p pcmStream muissed to read audio with duration @p ms
|
||||
/// Stream @p pcmStream muissed to read audio with duration @p ms
|
||||
virtual void onResync(const PcmStream* pcmStream, double ms) = 0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue