Table of Contents

 
RemoveAllMusic
 

Purpose

Removes all music streams

 

Protoype

void CSoundMngr::RemoveAllMusic ()
 

Description

This function removes all music streams from the manager and frees all memory used by the music objects.

 

Use

CSoundMngr sound;
sound.RemoveAllMusic();
 

Prev: PlaySFX