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::DecompressMP3::Chunk_t Struct Reference
Collaboration diagram for Burger::DecompressMP3::Chunk_t:
Collaboration graph
[legend]

Public Attributes

uint8_tm_pData
 Pointer to the data chunk.
 
uintptr_t m_uSize
 Number of bytes in the chunk.
 
uintptr_t m_uPosition
 Position in the virtual buffer.
 
Chunk_tm_pNext
 Next chunk.
 
Chunk_tm_pPrev
 Previous chunk.
 

Member Data Documentation

◆ m_pData

uint8_t* Burger::DecompressMP3::Chunk_t::m_pData

Pointer to the data chunk.

◆ m_pNext

Chunk_t* Burger::DecompressMP3::Chunk_t::m_pNext

Next chunk.

◆ m_pPrev

Chunk_t* Burger::DecompressMP3::Chunk_t::m_pPrev

Previous chunk.

◆ m_uPosition

uintptr_t Burger::DecompressMP3::Chunk_t::m_uPosition

Position in the virtual buffer.

◆ m_uSize

uintptr_t Burger::DecompressMP3::Chunk_t::m_uSize

Number of bytes in the chunk.