cAudio  2.3.0
3d Audio Engine
Public Member Functions | List of all members
cAudio::cRawAudioDecoderFactory Class Reference
Inheritance diagram for cAudio::cRawAudioDecoderFactory:
Inheritance graph
[legend]
Collaboration diagram for cAudio::cRawAudioDecoderFactory:
Collaboration graph
[legend]

Public Member Functions

IAudioDecoderCreateAudioDecoder (IDataSource *stream)
 Returns an audio decoder. More...
 
IAudioDecoderCreateAudioDecoder (IDataSource *stream, unsigned int frequency=22050, AudioFormats format=EAF_16BIT_MONO)
 

Detailed Description

Definition at line 13 of file cRawAudioDecoderFactory.h.

Member Function Documentation

§ CreateAudioDecoder()

IAudioDecoder* cAudio::cRawAudioDecoderFactory::CreateAudioDecoder ( IDataSource stream)
inlinevirtual

Returns an audio decoder.

Parameters
streamData Source to attach to this decoder.
Returns
A pointer to a decoder instance, or NULL on failure to allocate.

Implements cAudio::IAudioDecoderFactory.

Definition at line 19 of file cRawAudioDecoderFactory.h.


The documentation for this class was generated from the following file: