|
pspsdk-1.0+beta2
|
#include <src/audio/pspaudiolib.h>
Data Fields | |
| int | threadhandle |
| int | handle |
| int | volumeleft |
| int | volumeright |
| pspAudioCallback_t | callback |
| void * | pdata |
| pspAudioCallback_t psp_audio_channelinfo::callback |
Referenced by pspAudioChannelThreadCallback(), pspAudioInit(), and pspAudioSetChannelCallback().
| int psp_audio_channelinfo::handle |
Referenced by pspAudioEnd(), and pspAudioInit().
| void* psp_audio_channelinfo::pdata |
Referenced by pspAudioInit(), and pspAudioSetChannelCallback().
| int psp_audio_channelinfo::threadhandle |
Referenced by pspAudioEnd(), and pspAudioInit().
| int psp_audio_channelinfo::volumeleft |
Referenced by pspAudioInit(), and pspAudioSetVolume().
| int psp_audio_channelinfo::volumeright |
Referenced by pspAudioInit(), and pspAudioSetVolume().