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 138 of file swresample_internal.h.
resample_init_func Resampler::init |
Definition at line 139 of file swresample_internal.h.
Referenced by swr_init().
resample_free_func Resampler::free |
Definition at line 140 of file swresample_internal.h.
Referenced by swr_free(), and swr_init().
multiple_resample_func Resampler::multiple_resample |
Definition at line 141 of file swresample_internal.h.
Referenced by resample().
resample_flush_func Resampler::flush |
Definition at line 142 of file swresample_internal.h.
Referenced by swr_convert().
set_compensation_func Resampler::set_compensation |
Definition at line 143 of file swresample_internal.h.
Referenced by swr_set_compensation().
get_delay_func Resampler::get_delay |
Definition at line 144 of file swresample_internal.h.
Referenced by swr_get_delay().