Searched refs:GetPlayLoopCount (Results 1 – 4 of 4) sorted by relevance
720 long GetPlayLoopCount() const in GetPlayLoopCount() function723 return m_pSound->GetPlayLoopCount(); in GetPlayLoopCount()
78 long GetPlayLoopCount() const;
144 long GetPlayLoopCount() const { return m_ActiveFlag ? m_LoopCounter : -1; } in GetPlayLoopCount() function
268 long StreamSound::GetPlayLoopCount() const in GetPlayLoopCount() function in nw::snd::internal::StreamSound271 return m_StreamSoundPlayerInstance.GetPlayLoopCount(); in GetPlayLoopCount()