FFmpeg
|
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 |
int64_t | apetag_start |
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().
uint32_t WVContext::flags |
Definition at line 59 of file wv.c.
Referenced by wv_read_block_header(), and wv_read_packet().
int WVContext::rate |
Definition at line 60 of file wv.c.
Referenced by wv_read_block_header(), and wv_read_header().
int WVContext::chan |
Definition at line 60 of file wv.c.
Referenced by wv_read_block_header(), and wv_read_header().
int WVContext::bpp |
Definition at line 60 of file wv.c.
Referenced by wv_read_block_header(), and wv_read_header().
uint32_t WVContext::chmask |
Definition at line 61 of file wv.c.
Referenced by wv_read_block_header(), and wv_read_header().
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 |
Definition at line 62 of file wv.c.
Referenced by wv_read_block_header(), and wv_read_packet().
int WVContext::multichannel |
Definition at line 63 of file wv.c.
Referenced by wv_read_block_header(), and wv_read_packet().
int WVContext::block_parsed |
Definition at line 64 of file wv.c.
Referenced by wv_read_block_header(), wv_read_header(), wv_read_packet(), and wv_read_seek().
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().
int64_t WVContext::pos |
Definition at line 66 of file wv.c.
Referenced by wv_read_block_header(), and wv_read_packet().
int64_t WVContext::apetag_start |
Definition at line 68 of file wv.c.
Referenced by wv_read_block_header(), and wv_read_header().