FFmpeg
Data Fields
MP3DecContext Struct Reference

Data Fields

AVClassclass
 
int64_t filesize
 
int xing_toc
 
int start_pad
 
int end_pad
 
int usetoc
 
unsigned frames
 
unsigned header_filesize
 
int is_cbr
 

Detailed Description

Definition at line 45 of file mp3dec.c.

Field Documentation

◆ class

AVClass* MP3DecContext::class

Definition at line 46 of file mp3dec.c.

◆ filesize

int64_t MP3DecContext::filesize

Definition at line 47 of file mp3dec.c.

Referenced by mp3_read_header(), and mp3_read_packet().

◆ xing_toc

int MP3DecContext::xing_toc

Definition at line 48 of file mp3dec.c.

Referenced by mp3_seek(), and read_xing_toc().

◆ start_pad

int MP3DecContext::start_pad

Definition at line 49 of file mp3dec.c.

Referenced by mp3_parse_info_tag().

◆ end_pad

int MP3DecContext::end_pad

Definition at line 50 of file mp3dec.c.

Referenced by mp3_parse_info_tag().

◆ usetoc

int MP3DecContext::usetoc

Definition at line 51 of file mp3dec.c.

Referenced by mp3_seek(), and read_xing_toc().

◆ frames

unsigned MP3DecContext::frames

Definition at line 52 of file mp3dec.c.

Referenced by mp3_parse_info_tag(), mp3_parse_vbr_tags(), mp3_parse_vbri_tag(), and mp3_seek().

◆ header_filesize

unsigned MP3DecContext::header_filesize

Definition at line 53 of file mp3dec.c.

Referenced by mp3_parse_info_tag(), mp3_parse_vbr_tags(), mp3_parse_vbri_tag(), and mp3_seek().

◆ is_cbr

int MP3DecContext::is_cbr

Definition at line 54 of file mp3dec.c.

Referenced by mp3_parse_info_tag(), mp3_parse_vbr_tags(), and mp3_seek().


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