|
ADPCM Codecs
|
C API context for encoder and decoder. More...
#include <adpcm.h>
Public Attributes | |
| int | trellis |
| int | frame_size |
| Number of samples per channel in an audio frame. | |
| int | block_align |
| number of bytes per packet if constant and known or 0 Used by some WAV based audio codecs. | |
| uint8_t * | extradata |
| int | extradata_size |
| enum AVCodecID | codec_id |
| void * | priv_data |
| int | nb_channels |
| int | bits_per_coded_sample |
| int | sample_rate |
| int | sample_fmt |
C API context for encoder and decoder.