FFmpeg
Loading...
Searching...
No Matches
SpeexMode Struct Reference

Data Fields

int modeID
 ID of the mode.
 
int(* decode )(AVCodecContext *avctx, void *dec, GetBitContext *gb, float *out, int packets_left)
 
int frame_size
 Size of frames used for decoding.
 
int subframe_size
 Size of sub-frames used for decoding.
 
int lpc_size
 Order of LPC filter.
 
float folding_gain
 Folding gain.
 
const SpeexSubmodesubmodes [NB_SUBMODES]
 Sub-mode data for the mode.
 
int default_submode
 Default sub-mode to use when decoding.
 

Detailed Description

Definition at line 170 of file speexdec.c.

Field Documentation

◆ modeID

int SpeexMode::modeID

ID of the mode.

Definition at line 171 of file speexdec.c.

◆ decode

int(* SpeexMode::decode) (AVCodecContext *avctx, void *dec, GetBitContext *gb, float *out, int packets_left)

Definition at line 172 of file speexdec.c.

◆ frame_size

int SpeexMode::frame_size

Size of frames used for decoding.

Definition at line 173 of file speexdec.c.

◆ subframe_size

int SpeexMode::subframe_size

Size of sub-frames used for decoding.

Definition at line 174 of file speexdec.c.

◆ lpc_size

int SpeexMode::lpc_size

Order of LPC filter.

Definition at line 175 of file speexdec.c.

◆ folding_gain

float SpeexMode::folding_gain

Folding gain.

Definition at line 176 of file speexdec.c.

◆ submodes

const SpeexSubmode* SpeexMode::submodes[NB_SUBMODES]

Sub-mode data for the mode.

Definition at line 177 of file speexdec.c.

◆ default_submode

int SpeexMode::default_submode

Default sub-mode to use when decoding.

Definition at line 178 of file speexdec.c.


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