Open memory stream.
If you have some music data in memory, or as application resource, you can play this data by opening memory stream.
There is also possibility to use internal buffer so user can destroy original music data, or garbage collector can move this data.
Another feature is dynamic stream. You can add new data to dynamic stream, useful for internet streams.
To open memory stream use:
C++ |
C |
VB.NET |
C#.NET |
VC.NET |
Delphi |
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |