edgar-mtz-e / slimdx

Automatically exported from code.google.com/p/slimdx
0 stars 0 forks source link

Can initialize WaveStream from System.IO.Stream #429

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

the InitStream() method from the WaveStream class throws an exception
because a DataStream is initialized with canWrite = false even though a
Write() is called on this DataStream.

Cheers
Karol

Original issue reported on code.google.com by k...@ventuz.com on 4 Feb 2009 at 2:27

GoogleCodeExporter commented 9 years ago
Typo, should be: Can´t initialize...

Original comment by k...@ventuz.com on 4 Feb 2009 at 2:46

GoogleCodeExporter commented 9 years ago
Accepted.

Original comment by Mike.Popoloski on 4 Feb 2009 at 6:19

GoogleCodeExporter commented 9 years ago
Fixed in r908.

Original comment by Mike.Popoloski on 4 Feb 2009 at 8:44