Colobot
Classes | Namespaces | Enumerations | Variables
sound.h File Reference

Sound plugin interface. More...

#include "sound/sound_type.h"
#include <string>
Include dependency graph for sound.h:

Go to the source code of this file.

Classes

class  CSoundInterface
 Sound plugin interface. More...
 

Namespaces

 Math
 Namespace for (new) math code.
 

Enumerations

enum  SoundNext { SOPER_CONTINUE = 1, SOPER_STOP = 2, SOPER_LOOP = 3 }
 Enum representing operation that will be performend on a sound at given time. More...
 

Variables

const float MAXVOLUME = 100.0f
 

Detailed Description

Sound plugin interface.

Enumeration Type Documentation

enum SoundNext

Enum representing operation that will be performend on a sound at given time.

Enumerator
SOPER_CONTINUE 

continue playing

SOPER_STOP 

stop playing

SOPER_LOOP 

start over

Variable Documentation

const float MAXVOLUME = 100.0f

Maximum possible audio volume