Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Public Attributes | List of all members
Burger::SoundManager::BufferDescription_t Struct Reference
Inheritance diagram for Burger::SoundManager::BufferDescription_t:
Inheritance graph
[legend]

Public Attributes

const uint8_tm_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.
 

Member Data Documentation

◆ m_eDataType

eDataType Burger::SoundManager::BufferDescription_t::m_eDataType

Type of data found.

◆ m_pSoundImage

const uint8_t* Burger::SoundManager::BufferDescription_t::m_pSoundImage

Pointer to the data.

◆ m_uLoopEnd

uintptr_t Burger::SoundManager::BufferDescription_t::m_uLoopEnd

Sample to end the loop (0 for no looping)

◆ m_uLoopStart

uintptr_t Burger::SoundManager::BufferDescription_t::m_uLoopStart

Sample to start from.

◆ m_uSampleRate

uint_t Burger::SoundManager::BufferDescription_t::m_uSampleRate

Samples per second to play.

◆ m_uSoundLength

uintptr_t Burger::SoundManager::BufferDescription_t::m_uSoundLength

Length of the data in bytes.