#include <pcm_convert.h>
Data Fields | |
struct pcm_resample_state | resample |
struct pcm_dither | dither |
struct pcm_buffer | format_buffer |
the buffer for converting the sample format | |
struct pcm_buffer | channels_buffer |
the buffer for converting the channel count |
Definition at line 34 of file pcm_convert.h.
struct pcm_buffer pcm_convert_state::channels_buffer [read] |
struct pcm_dither pcm_convert_state::dither [read] |
Definition at line 37 of file pcm_convert.h.
struct pcm_buffer pcm_convert_state::format_buffer [read] |
struct pcm_resample_state pcm_convert_state::resample [read] |
Definition at line 35 of file pcm_convert.h.