FFmpeg
|
#include <aptx.h>
Data Fields | |
int | hd |
int | block_size |
int32_t | sync_idx |
Channel | channels [NB_CHANNELS] |
AudioFrameQueue | afq |
int AptXContext::hd |
Definition at line 95 of file aptx.h.
Referenced by aptx_decode_samples(), aptx_encode_samples(), and ff_aptx_init().
int AptXContext::block_size |
Definition at line 96 of file aptx.h.
Referenced by aptx_decode_frame(), aptx_encode_frame(), and ff_aptx_init().
int32_t AptXContext::sync_idx |
Definition at line 97 of file aptx.h.
Referenced by aptx_decode_samples(), and aptx_encode_samples().
Channel AptXContext::channels[NB_CHANNELS] |
Definition at line 98 of file aptx.h.
Referenced by aptx_decode_samples(), aptx_encode_samples(), and ff_aptx_init().
AudioFrameQueue AptXContext::afq |
Definition at line 99 of file aptx.h.
Referenced by aptx_close(), aptx_encode_frame(), and ff_aptx_init().