Inheritance Graph
graph BT
StreamerFLAC
StreamerFLAC --> AbstractAudioStreamer
click StreamerFLAC "classSound_1_1StreamerFLAC"
click AbstractAudioStreamer "classSound_1_1AbstractAudioStreamer"
Description
Public Functions
Public Static Functions
Documentation
function
Sound::StreamerFLAC::StreamerFLAC
Defined in Sound/Serialization/StreamerFLAC.h:22
function
Sound::StreamerFLAC::~StreamerFLAC
Defined in Sound/Serialization/StreamerFLAC.h:23
function
Sound::StreamerFLAC::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/StreamerFLAC.h:25
function
Sound::StreamerFLAC::init
Defined in Sound/Serialization/StreamerFLAC.h:27