Data Fields | |
uint32_t | blksize |
uint32_t | flags |
int | rate |
int | chan |
int | bpp |
uint32_t | chmask |
uint32_t | samples |
uint32_t | soff |
int | multichannel |
int | block_parsed |
uint8_t | extra [WV_EXTRA_SIZE] |
int64_t | pos |
Definition at line 58 of file wv.c.
uint32_t WVContext::blksize |
Definition at line 59 of file wv.c.
Referenced by wv_read_block_header(), wv_read_header(), and wv_read_packet().
Definition at line 64 of file wv.c.
Referenced by wv_read_block_header(), wv_read_header(), wv_read_packet(), and wv_read_seek().
int WVContext::bpp |
int WVContext::chan |
uint32_t WVContext::chmask |
uint8_t WVContext::extra[WV_EXTRA_SIZE] |
Definition at line 65 of file wv.c.
Referenced by wv_read_block_header(), wv_read_header(), and wv_read_packet().
uint32_t WVContext::flags |
int64_t WVContext::pos |
int WVContext::rate |
uint32_t WVContext::samples |
Definition at line 62 of file wv.c.
Referenced by wv_read_block_header(), wv_read_header(), and wv_read_packet().
uint32_t WVContext::soff |