sgdk
snd_dpcm2.h
Go to the documentation of this file.
00001 
00016 #ifndef _SND_DPCM2_H_
00017 #define _SND_DPCM2_H_
00018 
00019 #define SND_isPlaying_2ADPCM    _Pragma("GCC error \"This method is deprecated, use SND_DPCM2_isPlaying instead.\"")
00020 #define SND_startPlay_2ADPCM    _Pragma("GCC error \"This method is deprecated, use SND_DPCM2_startPlay instead.\"")
00021 #define SND_stopPlay_2ADPCM     _Pragma("GCC error \"This method is deprecated, use SND_DPCM2_stopPlay instead.\"")
00022 
00029 void SND_DPCM2_loadDriver(const bool waitReady);
00036 void SND_DPCM2_unloadDriver(void);
00037 
00054 bool SND_DPCM2_isPlaying(const u16 channel_mask);
00075 void SND_DPCM2_startPlay(const u8 *sample, const u32 len, const SoundPCMChannel channel, const bool loop);
00086 void SND_DPCM2_stopPlay(const SoundPCMChannel channel);
00087 
00088 #endif // _SND_DPCM2_H_
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines