
Public Attributes | |
| const uint8_t * | m_pSoundImage |
| Pointer to the data. | |
| uintptr_t | m_uSoundLength |
| Length of the data in bytes. | |
| uintptr_t | m_uLoopStart |
| Sample to start from. | |
| uintptr_t | m_uLoopEnd |
| Sample to end the loop (0 for no looping) | |
| uint_t | m_uSampleRate |
| Samples per second to play. | |
| eDataType | m_eDataType |
| Type of data found. | |
| eDataType Burger::SoundManager::BufferDescription_t::m_eDataType |
Type of data found.
| const uint8_t* Burger::SoundManager::BufferDescription_t::m_pSoundImage |
Pointer to the data.
| uintptr_t Burger::SoundManager::BufferDescription_t::m_uLoopEnd |
Sample to end the loop (0 for no looping)
| uintptr_t Burger::SoundManager::BufferDescription_t::m_uLoopStart |
Sample to start from.
| uint_t Burger::SoundManager::BufferDescription_t::m_uSampleRate |
Samples per second to play.
| uintptr_t Burger::SoundManager::BufferDescription_t::m_uSoundLength |
Length of the data in bytes.