Home
last modified time | relevance | path

Searched refs:Mix_FadeOutChannel (Results 51 – 75 of 81) sorted by relevance

1234

/dports/lang/fpc-source/fpc-3.2.2/packages/sdl/src/
H A Dpowersdl_mixer.inc49 function Mix_FadeOutChannel(which : LongInt; ms : LongInt) : LongInt; syscall r12base PowerSDLMixer…
H A Dsdl_mixer.pas999 function Mix_FadeOutChannel( which : integer; ms : integer ) : integer; in Mix_FadeOutChannel() function
H A Dsdl_mixer_nosmpeg.pas843 function Mix_FadeOutChannel( which : integer; ms : integer ) : integer; in Mix_FadeOutChannel() function
/dports/games/naev/naev-0.7.0/src/
H A Dsound_sdlmix.c315 Mix_FadeOutChannel( v->u.mix.channel, 100 ); in sound_mix_stop()
/dports/games/mirrormagic/mirrormagic-2.0.2/src/libgame/
H A Dsound.c1196 Mix_FadeOutChannel(audio.music_channel, SOUND_FADING_INTERVAL); in FadeMusic()
1264 Mix_FadeOutChannel(i, SOUND_FADING_INTERVAL); in StopSoundExt()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-sys-0.32.6/
H A Dsdl_mixer_bindings.rs344 pub fn Mix_FadeOutChannel(which: libc::c_int, ms: libc::c_int) -> libc::c_int; in Mix_FadeOutChannel() function
/dports/devel/fpc-sdl/fpc-3.2.2/packages/sdl/src/
H A Dsdl_mixer.pas999 function Mix_FadeOutChannel( which : integer; ms : integer ) : integer; in Mix_FadeOutChannel() function
H A Dsdl_mixer_nosmpeg.pas843 function Mix_FadeOutChannel( which : integer; ms : integer ) : integer; in Mix_FadeOutChannel() function
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-sys-0.32.6/
H A Dsdl_mixer_bindings.rs344 pub fn Mix_FadeOutChannel(which: libc::c_int, ms: libc::c_int) -> libc::c_int; in Mix_FadeOutChannel() function
/dports/games/lbreakout2/lbreakout2-2.6.5/gui/
H A Dstk.c1320 Mix_FadeOutChannel( channel, ms ); in stk_audio_fade_out()
1466 Mix_FadeOutChannel( sound->channel, ms ); in stk_sound_fade_out()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/SDLMixerX/x86_64-w64-mingw32/include/SDL2/
H A DSDL_mixer_ext.h689 extern DECLSPEC int SDLCALL Mix_FadeOutChannel(int which, int ms);
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/SDLMixerX/i686-w64-mingw32/include/SDL2/
H A DSDL_mixer_ext.h689 extern DECLSPEC int SDLCALL Mix_FadeOutChannel(int which, int ms);
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuSound.pas692 Mix_FadeOutChannel(-1, 800);
839 Mix_FadeOutChannel(chn, fadems);
H A DSDLh.pas1252 function Mix_FadeOutChannel(channel: LongInt; fadems: LongInt): LongInt; cdecl; external SDL_Mixer… in Mix_FadeOutChannel() function
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuSound.pas692 Mix_FadeOutChannel(-1, 800);
839 Mix_FadeOutChannel(chn, fadems);
/dports/lang/smalltalk/smalltalk-3.2.5/packages/sdl/libsdl_mixer/
H A DSDL_mixer.st450 extern DECLSPEC int SDLCALL Mix_FadeOutChannel(int which, int ms);"
451 <cCall: 'Mix_FadeOutChannel' returning: #int
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dmixer.c1095 Mix_FadeOutChannel(channelnum, _time);
1431 Mix_FadeOutChannel(-1, _time);
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dsounds.cpp630 Mix_FadeOutChannel( static_cast<int>( channel ), duration ); in fade_audio_channel()
646 if( Mix_FadeOutChannel( static_cast<int>( channel ), duration ) == -1 ) { in stop_sound_effect_fade()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dsounds.cpp630 Mix_FadeOutChannel( static_cast<int>( channel ), duration ); in fade_audio_channel()
646 if( Mix_FadeOutChannel( static_cast<int>( channel ), duration ) == -1 ) { in stop_sound_effect_fade()
/dports/devel/py-pysdl2/PySDL2-0.9.9/doc/tutorial/
H A Dpygamers.rst204 ``fadeout()`` :func:`sdl2.sdlmixer.Mix_FadeOutChannel()`,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/src/sdl2/mixer/
H A Dmod.rs455 unsafe { sys::mixer::Mix_FadeOutChannel(ch as c_int, ms as c_int) as i32 } in fade_out()
/dports/games/tesseract-data/tesseract/src/engine/
H A Dsound.cpp655 if(!fade || !Mix_FadeOutChannel(chanid, fade)) in stopsound()
/dports/games/tesseract/tesseract/src/engine/
H A Dsound.cpp655 if(!fade || !Mix_FadeOutChannel(chanid, fade)) in stopsound()
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/src/sdl2/mixer/
H A Dmod.rs455 unsafe { sys::mixer::Mix_FadeOutChannel(ch as c_int, ms as c_int) as i32 } in fade_out()
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dsound.cpp819 if(!fade || !Mix_FadeOutChannel(chanid, fade)) in stopsound()

1234