mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-05 20:31:42 +02:00
stream is shared_ptr
This commit is contained in:
parent
0c5646679e
commit
3fe88b7440
10 changed files with 17 additions and 17 deletions
|
@ -43,7 +43,7 @@ static void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, void *context)
|
|||
|
||||
|
||||
|
||||
OpenslPlayer::OpenslPlayer(const PcmDevice& pcmDevice, Stream* stream) :
|
||||
OpenslPlayer::OpenslPlayer(const PcmDevice& pcmDevice, std::shared_ptr<Stream> stream) :
|
||||
Player(pcmDevice, stream),
|
||||
engineObject(NULL),
|
||||
engineEngine(NULL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue