Inheritance Graph
graph BT
StreamerWAV
StreamerWAV --> AbstractAudioStreamer
click StreamerWAV "classSound_1_1StreamerWAV"
click AbstractAudioStreamer "classSound_1_1AbstractAudioStreamer"
Description
Public Functions
Public Static Functions
Documentation
function
Sound::StreamerWAV::StreamerWAV
Defined in Sound/Serialization/StreamerWAV.h:22
function
Sound::StreamerWAV::~StreamerWAV
Defined in Sound/Serialization/StreamerWAV.h:23
function
Sound::StreamerWAV::loadAudio
Load audio data from the given stream.
Parameters
- input
- Use the data from the stream beginning at the preset position.
Returns
Buffer object. The caller is responsible for the memory deallocation.
Defined in Sound/Serialization/StreamerWAV.h:25
function
Sound::StreamerWAV::init
Defined in Sound/Serialization/StreamerWAV.h:27