Searched refs:m_PlayableLimit (Results 1 – 2 of 2) sorted by relevance
42 m_PlayableLimit( INT_MAX ), in SoundPlayer()372 NW_WARNING( count <= m_PlayableLimit, "playable sound count is over limit." ); in SetPlayableSoundCount()373 count = ut::Clamp( count, 0, m_PlayableLimit ); in SetPlayableSoundCount()399 m_PlayableLimit = limit; in detail_SetPlayableSoundLimit()
450 int m_PlayableLimit; variable