Home
last modified time | relevance | path

Searched refs:m_pSoundDataManager (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundArchivePlayer.cpp150 m_pSoundDataManager = manager; in Initialize()
714 if ( m_pSoundDataManager == NULL ) return NULL; in detail_GetFileAddress()
716 return m_pSoundDataManager->detail_GetFileAddress( fileId ); in detail_GetFileAddress()
1152 m_pSoundDataManager->detail_GetFileAddress( commonInfo->fileId ) in PrepareSeqImpl()
1234 m_pSoundDataManager->detail_GetFileAddress( bankInfo.fileId ); in PrepareSeqImpl()
1551 const void* wsdData = m_pSoundDataManager->detail_GetFileAddress( commonInfo->fileId ); in PrepareWaveSoundImpl()
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchivePlayer.h552 const SoundDataManager* m_pSoundDataManager; variable