CL_SoundProviderType Class Reference
[clanSound Sound Providers]

Sound provider type. More...

#include <soundprovider_type.h>

Inheritance diagram for CL_SoundProviderType:

CL_SoundProviderType_Register< SoundProviderClass > List of all members.

Public Member Functions

Construction
 CL_SoundProviderType (const CL_String &type)
 Registers a sound provider type in the CL_SoundProviderFactory.
virtual ~CL_SoundProviderType ()
 Unregisters a sound provider type in the CL_SoundProviderFactory.
Operations
virtual CL_SoundProviderload (const CL_String &filename, bool streamed, const CL_VirtualDirectory &directory)=0
 Called to load with this sound provider type.
virtual CL_SoundProviderload (CL_IODevice &file, bool streamed)=0

Detailed Description

Sound provider type.


Constructor & Destructor Documentation

CL_SoundProviderType::CL_SoundProviderType const CL_String type  ) 
 

Registers a sound provider type in the CL_SoundProviderFactory.

virtual CL_SoundProviderType::~CL_SoundProviderType  )  [virtual]
 

Unregisters a sound provider type in the CL_SoundProviderFactory.


Member Function Documentation

virtual CL_SoundProvider* CL_SoundProviderType::load CL_IODevice file,
bool  streamed
[pure virtual]
 

Implemented in CL_SoundProviderType_Register< SoundProviderClass >.

virtual CL_SoundProvider* CL_SoundProviderType::load const CL_String filename,
bool  streamed,
const CL_VirtualDirectory directory
[pure virtual]
 

Called to load with this sound provider type.

Implemented in CL_SoundProviderType_Register< SoundProviderClass >.


The documentation for this class was generated from the following file:
Generated on Thu Dec 3 02:39:41 2009 for ClanLib by  doxygen 1.4.6