Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2005, 3:54:06 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/openAL: playing some sound.

File:
1 edited

Legend:

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

    r4196 r4197  
    2323  ~SoundBuffer(void);
    2424
     25  inline ALuint getID(void) { return this->bufferID; }
     26
    2527 private:
    2628  ALuint bufferID;              //!< The address of the Buffer.
     
    3739  ~SoundSource(void);
    3840
     41  // user interaction
     42  void play();
     43  void stop();
     44  void pause();
     45 
     46
     47  // development functions
    3948  /** \retruns The ID of the Source */
    4049  inline ALuint getID(void) { return this->sourceID; }
Note: See TracChangeset for help on using the changeset viewer.