Neo  0.5.0
Developer Documentation
Neo::Sound Class Reference

#include <Sound.h>

Public Member Functions

 Sound (void)
 
 ~Sound (void)
 
void create (SOUND_FORMAT format, unsigned int size, unsigned int sampleRate)
 
void * getData (void)
 
SOUND_FORMAT getFormat (void)
 
unsigned int getSampleRate (void)
 
unsigned int getSize (void)
 

Constructor & Destructor Documentation

Neo::Sound::Sound ( void  )
Neo::Sound::~Sound ( void  )

Member Function Documentation

void Neo::Sound::create ( SOUND_FORMAT  format,
unsigned int  size,
unsigned int  sampleRate 
)
void* Neo::Sound::getData ( void  )
inline
SOUND_FORMAT Neo::Sound::getFormat ( void  )
inline
unsigned int Neo::Sound::getSampleRate ( void  )
inline
unsigned int Neo::Sound::getSize ( void  )
inline

The documentation for this class was generated from the following file: