Core: Merge InputStream and OutputStream to Stream
Remove serialization support from Stream Former-commit-id: 7a761e4fcd07cab561f13e4709c4492ed18da88a
This commit is contained in:
@@ -110,7 +110,7 @@ namespace Nz
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Sound::LoadFromStream(InputStream& stream, const SoundBufferParams& params)
|
||||
bool Sound::LoadFromStream(Stream& stream, const SoundBufferParams& params)
|
||||
{
|
||||
SoundBufferRef buffer = SoundBuffer::New();
|
||||
if (!buffer->LoadFromStream(stream, params))
|
||||
|
||||
Reference in New Issue
Block a user