public

Inheritance Graph

graph BT
	StreamerMP3
	StreamerMP3 --> AbstractAudioStreamer
	click StreamerMP3 "classSound_1_1StreamerMP3"
	click AbstractAudioStreamer "classSound_1_1AbstractAudioStreamer"

Description

Public Functions

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

Public Static Functions

   
   
bool init()

Documentation

function
Sound::StreamerMP3::StreamerMP3

public inline
   
   
StreamerMP3( )

Defined in Sound/Serialization/StreamerMP3.h:22


function
Sound::StreamerMP3::~StreamerMP3

public virtual
   
   
~StreamerMP3( )

Defined in Sound/Serialization/StreamerMP3.h:23


function
Sound::StreamerMP3::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/StreamerMP3.h:25


function
Sound::StreamerMP3::init

public static
   
   
bool init( )

Defined in Sound/Serialization/StreamerMP3.h:27