FFmpeg
|
ADXContext Struct Reference
#include <adx.h>
Collaboration diagram for ADXContext:
Data Fields | |
int | channels |
ADXChannelState | prev [2] |
int | header_parsed |
int | eof |
int | cutoff |
int | coeff [2] |
Detailed Description
Field Documentation
int ADXContext::channels |
Definition at line 43 of file adx.h.
Referenced by adx_decode_frame(), and adx_decode_init().
int ADXContext::coeff[2] |
Definition at line 48 of file adx.h.
Referenced by adx_decode(), adx_decode_frame(), adx_decode_init(), adx_encode(), and adx_encode_init().
int ADXContext::cutoff |
Definition at line 47 of file adx.h.
Referenced by adx_encode_header(), and adx_encode_init().
int ADXContext::eof |
Definition at line 46 of file adx.h.
Referenced by adx_decode_flush(), and adx_decode_frame().
int ADXContext::header_parsed |
Definition at line 45 of file adx.h.
Referenced by adx_decode_frame(), adx_decode_init(), and adx_encode_frame().
ADXChannelState ADXContext::prev[2] |
Definition at line 44 of file adx.h.
Referenced by adx_decode(), adx_decode_flush(), and adx_encode_frame().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11