| 44 | } |
| 45 | |
| 46 | handle Soloud::getHandleFromVoice(unsigned int aVoice) const |
| 47 | { |
| 48 | if (mVoice[aVoice] == 0) |
| 49 | return 0; |
| 50 | return (aVoice + 1) | (mVoice[aVoice]->mPlayIndex << 12); |
| 51 | } |
| 52 | |
| 53 | int Soloud::getVoiceFromHandle(handle aVoiceHandle) const |
| 54 | { |
no outgoing calls
no test coverage detected