#include <sio2_sound.h>

Public Attributes | |
| char | name [SIO2_MAX_CHAR] |
| The name of the SIO2sound source. | |
| unsigned int | sid |
| The SIO2sound source ID used by OpenAL. | |
| unsigned int | flags |
| The SIO2sound flags. | |
| unsigned char | state |
| The current state of the SIO2sound. | |
| SIO2soundbuffer * | _SIO2soundbuffer |
| The SIO2soundbuffer linked to the SIO2sound source. | |
| char SIO2sound::name[SIO2_MAX_CHAR] |
| unsigned int SIO2sound::sid |
The SIO2sound source ID used by OpenAL.
Referenced by sio2SoundFree(), sio2SoundGenId(), sio2SoundPause(), sio2SoundPlay(), sio2SoundRewind(), sio2SoundSetDefault(), sio2SoundSetFx(), sio2SoundSetSpeed(), sio2SoundSetVolume(), sio2SoundStop(), sio2SoundUpdateState(), and sio2SoundUpdateStream().
| unsigned int SIO2sound::flags |
| unsigned char SIO2sound::state |
The current state of the SIO2sound.
Referenced by sio2SoundPause(), sio2SoundPlay(), sio2SoundStop(), sio2SoundUpdateState(), and sio2SoundUpdateStream().
The SIO2soundbuffer linked to the SIO2sound source.
Referenced by sio2ObjectBindSound(), sio2SoundGenId(), and sio2SoundUpdateStream().
1.5.6