C4 Engine Terathon Software C4 Engine API Documentation

• Sound Manager

API Links
Developer Links

class WaveStreamer

Defined in:  C4Sound.h
A sound streamer object that streams audio data from the disk.
Definition

class WaveStreamer : public SoundStreamer

Member Functions
WaveStreamer::AddComponent Adds a component to a wave streamer.
Constructor

WaveStreamer();

Description
The WaveStreamer class represents a streaming sound source that can be used to stream audio data from a compressed WAV file. Such a stream is composed of one or more resources that are specified by calling the WaveStreamer::AddComponent function. Once a wave streamer object has been configured, it should be passed to the Sound::Stream function.
Base Classes
SoundStreamer A WaveStreamer is a specific type of sound streamer object.
See Also

Sound::Stream