C4 Engine
C4 Engine API Documentation

class AudioStreamer

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

class AudioStreamer : public SoundStreamer

Member Functions
AudioStreamer::AddComponent Adds a component to an audio streamer.
Constructor

AudioStreamer();

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

Sound::StreamSound

Wiki Articles

Sound