Searched refs:GetPlayLoopCount (Results 1 – 4 of 4) sorted by relevance
702 long GetPlayLoopCount() const in GetPlayLoopCount() function705 return m_pSound->GetPlayLoopCount(); in GetPlayLoopCount()
76 long GetPlayLoopCount() const;
142 long GetPlayLoopCount() const { return m_ActiveFlag ? m_LoopCounter : -1; } in GetPlayLoopCount() function
266 long StreamSound::GetPlayLoopCount() const in GetPlayLoopCount() function in nw::snd::internal::StreamSound269 return m_StreamSoundPlayerInstance.GetPlayLoopCount(); in GetPlayLoopCount()