GDSoundController Class Reference

The GDSoundController is a controller used to play and manage sounds. More...

#import <GDSoundController.h>

List of all members.

Public Member Functions

(void) - clearCache
 Clears cache of sounds that were played once and retained for later use.
(void) - pop
 Play the "Pop" sound at default volume.
(void) - popAtVolume:
 Play the "Pop" sound at the specified volume.

Protected Attributes

NSSound * popSound
 Reference to a pop sound ([NSSound soundNamed:@"Pop"]).

Detailed Description

The GDSoundController is a controller used to play and manage sounds.


Member Function Documentation

- (void) popAtVolume: (float)  _volume  

Play the "Pop" sound at the specified volume.

Parameters:
_volume The desired volume (0-1).

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines