public

Inheritance Graph

graph BT
	StreamerWAV
	StreamerWAV --> AbstractAudioStreamer
	click StreamerWAV "classSound_1_1StreamerWAV"
	click AbstractAudioStreamer "classSound_1_1AbstractAudioStreamer"

Description

Public Functions

   
   
  StreamerWAV()
   
  ~StreamerWAV()
   
Util::Reference < Buffer > loadAudio(std::istream & void)

Public Static Functions

   
   
bool init()

Documentation

function
Sound::StreamerWAV::StreamerWAV

public inline
   
   
StreamerWAV( )

Defined in Sound/Serialization/StreamerWAV.h:22


function
Sound::StreamerWAV::~StreamerWAV

public virtual
   
   
~StreamerWAV( )

Defined in Sound/Serialization/StreamerWAV.h:23


function
Sound::StreamerWAV::loadAudio

public virtual
     
     
Util::Reference < Buffer > loadAudio( std::istream & void )

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

public static
   
   
bool init( )

Defined in Sound/Serialization/StreamerWAV.h:27