4 #ifndef __AUDIO_RENDERER_H__INCLUDED__
5 #define __AUDIO_RENDERER_H__INCLUDED__
65 const std::string &name,
67 bool streaming =
false)
throw(
Exception) = 0;
70 virtual bool owns(SharedPtr<Sound> sound) = 0;
91 virtual void detach(SharedPtr<Source> source)
throw() = 0;
96 virtual void detach(SharedPtr<Listener> listener)
throw() = 0;
157 #endif//__AUDIO_RENDERER_H__INCLUDED__