deSpeakerManager Class Reference

Scene Speaker Resource Manager. More...

#include <deSpeakerManager.h>

Inheritance diagram for deSpeakerManager:
deResourceManager

List of all members.

Public Member Functions

Constructors and Destructors
 deSpeakerManager (deEngine *engine)
 Creates a new speaker resource manager linked to the given engine.
 ~deSpeakerManager ()
 Cleans up the speaker resource manager and reports leaking resources.
Management
int GetSpeakerCount () const
 retrieves the count of speakers.
deSpeakerCreateSpeaker ()
 Creates a new speaker.
System Peer Management
void SystemAudioLoad ()
 Audio System Peers of all stored resources have to be created.
void SystemAudioUnload ()
 Audio System Peers of all stored resources have to be freed.
Resource only Functions

Those functions are only for resource objects and should never be called directly from an application.

void RemoveResource (deResource *resource)
 Removes the given resource from the manager without freeing it.

Detailed Description

Scene Speaker Resource Manager.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deSpeakerManager::deSpeakerManager ( deEngine engine )

Creates a new speaker resource manager linked to the given engine.

deSpeakerManager::~deSpeakerManager (  )

Cleans up the speaker resource manager and reports leaking resources.


Member Function Documentation

deSpeaker* deSpeakerManager::CreateSpeaker (  )

Creates a new speaker.

int deSpeakerManager::GetSpeakerCount (  ) const

retrieves the count of speakers.

void deSpeakerManager::RemoveResource ( deResource resource ) [virtual]

Removes the given resource from the manager without freeing it.

Implements deResourceManager.

void deSpeakerManager::SystemAudioLoad (  ) [virtual]

Audio System Peers of all stored resources have to be created.

Reimplemented from deResourceManager.

void deSpeakerManager::SystemAudioUnload (  ) [virtual]

Audio System Peers of all stored resources have to be freed.

Reimplemented from deResourceManager.


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