Searched refs:m_pExtSoundPlayer (Results 1 – 2 of 2) sorted by relevance
64 m_pExtSoundPlayer = NULL; in Initialize()198 if ( m_pExtSoundPlayer != NULL ) m_pExtSoundPlayer->RemoveSound( this ); in Finalize()746 NW_ASSERT( m_pExtSoundPlayer == NULL ); in AttachExternalSoundPlayer()748 m_pExtSoundPlayer = extPlayer; in AttachExternalSoundPlayer()763 NW_ASSERT( extPlayer == m_pExtSoundPlayer ); in DetachExternalSoundPlayer()766 m_pExtSoundPlayer = NULL; in DetachExternalSoundPlayer()
411 ExternalSoundPlayer* m_pExtSoundPlayer; variable