Audio.hpp File Reference

Contains all the classes of Gosu's audio system. More...

Go to the source code of this file.


Classes

class  Gosu::SampleInstance
 An instance of a Sample playing. More...
class  Gosu::Sample
 A sample is a short sound that is completely loaded in memory, can be played multiple times at once and offers very flexible playback parameters. More...
class  Gosu::Song
 Songs are less flexible than samples in that they can only be played one at a time and without panning or speed parameters. More...

Namespaces

namespace  Gosu
 The library's main namespace.


Detailed Description

Contains all the classes of Gosu's audio system.

Definition in file Audio.hpp.