FFmpeg
Data Fields
WVContext Struct Reference

Data Fields

uint8_t block_header [WV_HEADER_SIZE]
 
WvHeader header
 
int rate
 
int chan
 
int bpp
 
uint32_t chmask
 
int multichannel
 
int block_parsed
 
int64_t pos
 
int64_t apetag_start
 

Detailed Description

Definition at line 51 of file wvdec.c.

Field Documentation

◆ block_header

uint8_t WVContext::block_header[WV_HEADER_SIZE]

Definition at line 52 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_packet().

◆ header

WvHeader WVContext::header

Definition at line 53 of file wvdec.c.

Referenced by wv_read_block_header(), wv_read_header(), and wv_read_packet().

◆ rate

int WVContext::rate

Definition at line 54 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_header().

◆ chan

int WVContext::chan

Definition at line 54 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_header().

◆ bpp

int WVContext::bpp

Definition at line 54 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_header().

◆ chmask

uint32_t WVContext::chmask

Definition at line 55 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_header().

◆ multichannel

int WVContext::multichannel

Definition at line 56 of file wvdec.c.

Referenced by wv_read_block_header().

◆ block_parsed

int WVContext::block_parsed

Definition at line 57 of file wvdec.c.

Referenced by wv_read_block_header(), wv_read_header(), and wv_read_packet().

◆ pos

int64_t WVContext::pos

Definition at line 58 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_packet().

◆ apetag_start

int64_t WVContext::apetag_start

Definition at line 60 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_header().


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