Home
last modified time | relevance | path

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

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DFmodOpenALBridge.h66FMOD_CHANNEL_CALLBACKTYPE_VIRTUALVOICE, /* Called when a voice is swapped out or swapped i… enumerator
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/fmodex/inc/
H A Dfmod.h1015FMOD_CHANNEL_CALLBACKTYPE_VIRTUALVOICE, /* Called when a voice is swapped out or swapped i… enumerator
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dfmodsound.cpp2677 else if (type == FMOD_CHANNEL_CALLBACKTYPE_VIRTUALVOICE) in ChannelCallback()