![]() |
• Sound Manager | ||
|
API Links
Developer Links
|
Sound::StreamDefined in:
Establishes a streaming source for a C4Sound.hSound object.
Prototype
Parameters
Description
The Stream function assigns the SoundStreamer object specified by the streamer parameter to a sound object. The sound streamer should be allocated on the heap before calling this function, but once Stream has been called, the sound object owns the sound streamer and will delete it automatically at the appropriate time.A sound is made persistent when the Stream function is called, meaning that it must be explicitly destroyed when it is no longer in use.
See Also
|