FFmpeg
|
#include <swresample_internal.h>
Data Fields | |
resample_init_func | init |
resample_free_func | free |
multiple_resample_func | multiple_resample |
resample_flush_func | flush |
set_compensation_func | set_compensation |
get_delay_func | get_delay |
Definition at line 160 of file swresample_internal.h.
resample_init_func Resampler::init |
Definition at line 161 of file swresample_internal.h.
Referenced by swr_init().
resample_free_func Resampler::free |
Definition at line 162 of file swresample_internal.h.
Referenced by swr_free(), and swr_init().
multiple_resample_func Resampler::multiple_resample |
Definition at line 163 of file swresample_internal.h.
Referenced by resample().
resample_flush_func Resampler::flush |
Definition at line 164 of file swresample_internal.h.
Referenced by swr_convert().
set_compensation_func Resampler::set_compensation |
Definition at line 165 of file swresample_internal.h.
Referenced by swr_set_compensation().
get_delay_func Resampler::get_delay |
Definition at line 166 of file swresample_internal.h.
Referenced by swr_get_delay().