RetroArch
Public Attributes | List of all members
gx_audio_t Struct Reference
Collaboration diagram for gx_audio_t:
[legend]

Public Attributes

uint32_t data [BLOCKS][CHUNK_FRAMES]
 
volatile unsigned dma_busy
 
volatile unsigned dma_next
 
volatile unsigned dma_write
 
size_t write_ptr
 
bool nonblock
 
bool is_paused
 

Member Data Documentation

◆ data

uint32_t gx_audio_t::data[BLOCKS][CHUNK_FRAMES]

◆ dma_busy

volatile unsigned gx_audio_t::dma_busy

◆ dma_next

volatile unsigned gx_audio_t::dma_next

◆ dma_write

volatile unsigned gx_audio_t::dma_write

◆ is_paused

bool gx_audio_t::is_paused

◆ nonblock

bool gx_audio_t::nonblock

◆ write_ptr

size_t gx_audio_t::write_ptr

The documentation for this struct was generated from the following file: