The v3_codec structure is defined as follows:
typedef struct __v3_codec { uint8_t codec; // The codec id uint8_t format; // The codec format uint32_t pcmframesize; // The number of PCM *bytes* as samples stored in a single frame uint32_t rate; // The PCM rate in Hz uint8_t quality; // The quality level for Speex char name[128]; // The name of the codec } v3_codec;
For codec and format values, see lv3_codecs
