Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2005, 2:30:10 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/openAL: doxygen-Tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/openAL/src/lib/sound/sound_engine.h

    r4205 r4206  
    1212
    1313
    14 #define SOUND_DOPPLER_FACTOR     0.01
    15 #define SOUND_DOPPLER_VELOCITY   500000000
     14#define SOUND_DOPPLER_FACTOR     0.01          //!< A factor for the audible doppler effect
     15#define SOUND_DOPPLER_VELOCITY   500000000     //!< A factor for the TravelSpeed of sound
    1616
    1717// FORWARD DEFINITION
     
    2727  ~SoundBuffer(void);
    2828
     29  /** \returns the ID of the buffer */
    2930  inline ALuint getID(void) { return this->bufferID; }
    3031
     
    4748  void stop();
    4849  void pause();
     50  void rewind();
    4951
    5052  // development functions
    51   /** \retruns The ID of the Source */
     53  /** \returns The ID of the Source */
    5254  inline ALuint getID(void) { return this->sourceID; }
    5355  /** \returns the SourceNode of this Source */
     
    8688  // error handling:
    8789  static void PrintALErrorString(ALenum err);
    88   static void PrintALCErrorString(ALenum err);
     90  //  static void PrintALCErrorString(ALenum err);
    8991
    9092 private:
Note: See TracChangeset for help on using the changeset viewer.