VideoSoundSystem::VideoSoundSystem

VideoSoundSystem::VideoSoundSystem
VideoSoundSystem(MemoryHeap* pheap);
Description

Initializes VideoSoundSystem. The constructor receives a pointer to the memory heap that should be used for all of the internal memory allocations. The memory heap passed is guaranteed to be thread safe.

Parameters
Parameters 
Description 
MemoryHeap* pheap 
Pointer to the thread safe memory heap used in the allocations.