

Public Member Functions | |
| IAudioDecoder * | CreateAudioDecoder (IDataSource *stream) |
| Returns an audio decoder. | |
| IAudioDecoder * | CreateAudioDecoder (IDataSource *stream, unsigned int frequency=22050, AudioFormats format=EAF_16BIT_MONO) |
Protected Attributes | |
| cAudioMutex | Mutex |
Definition at line 15 of file cRawAudioDecoderFactory.h.
| IAudioDecoder* cAudio::cRawAudioDecoderFactory::CreateAudioDecoder | ( | IDataSource * | stream | ) | [inline, virtual] |
Returns an audio decoder.
| stream,: | Data Source to attach to this decoder. |
Implements cAudio::IAudioDecoderFactory.
Definition at line 21 of file cRawAudioDecoderFactory.h.
1.6.2