Home
last modified time | relevance | path

Searched refs:Mixer_Channel_SetOffset (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/audio/
H A DAudioMixer.h72 int32_t Mixer_Channel_SetOffset(void* channel, uint64_t offset);
H A DAudioMixer.cpp122 int32_t Mixer_Channel_SetOffset(void* channel, uint64_t offset) in Mixer_Channel_SetOffset() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRideAudio.cpp74 Mixer_Channel_SetOffset(channel, Offset); in RideMusicChannel()