FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AptXContext Struct Reference

Data Fields

int hd
 
int block_size
 
int32_t sync_idx
 
Channel channels [NB_CHANNELS]
 
AudioFrameQueue afq
 

Detailed Description

Definition at line 91 of file aptx.c.

Field Documentation

int AptXContext::hd

Definition at line 92 of file aptx.c.

Referenced by aptx_decode_samples(), aptx_encode_samples(), and aptx_init().

int AptXContext::block_size

Definition at line 93 of file aptx.c.

Referenced by aptx_decode_frame(), aptx_encode_frame(), and aptx_init().

int32_t AptXContext::sync_idx

Definition at line 94 of file aptx.c.

Referenced by aptx_decode_samples(), and aptx_encode_samples().

Channel AptXContext::channels[NB_CHANNELS]

Definition at line 95 of file aptx.c.

Referenced by aptx_decode_samples(), aptx_encode_samples(), and aptx_init().

AudioFrameQueue AptXContext::afq

Definition at line 96 of file aptx.c.

Referenced by aptx_close(), aptx_encode_frame(), and aptx_init().


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