mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-13 08:11:44 +02:00
stream is shared_ptr
This commit is contained in:
parent
0c5646679e
commit
3fe88b7440
10 changed files with 17 additions and 17 deletions
|
@ -31,7 +31,7 @@ void callback(void *custom_data, AudioQueueRef queue, AudioQueueBufferRef buffer
|
|||
}
|
||||
|
||||
|
||||
CoreAudioPlayer::CoreAudioPlayer(const PcmDevice& pcmDevice, Stream* stream) :
|
||||
CoreAudioPlayer::CoreAudioPlayer(const PcmDevice& pcmDevice, std::shared_ptr<Stream> stream) :
|
||||
Player(pcmDevice, stream),
|
||||
ms_(100),
|
||||
pubStream_(stream)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue