QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Representation of sound loaded into memory as a full block. More...

Collaboration diagram for sfxblock_s:
[legend]

Data Fields

sfxbuffer_tbuffer
 pointer to cached buffer More...
 
cache_user_t cache
 cached sound buffer (sfxbuffer_s) More...
 
void * file
 handle for "file" representing the block More...
 
sfx_tsfx
 owning sfx_t instance More...
 
wavinfo_t wavinfo
 description of sound data More...
 

Detailed Description

Representation of sound loaded into memory as a full block.

Field Documentation

sfxbuffer_t* buffer

pointer to cached buffer

cache_user_t cache

cached sound buffer (sfxbuffer_s)

void* file

handle for "file" representing the block

sfx_t* sfx

owning sfx_t instance

wavinfo_t wavinfo

description of sound data


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