FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Resampler Struct Reference

#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
 
invert_initial_buffer_func invert_initial_buffer
 
get_out_samples_func get_out_samples
 

Detailed Description

Definition at line 81 of file swresample_internal.h.

Field Documentation

resample_init_func Resampler::init

Definition at line 82 of file swresample_internal.h.

Referenced by swr_init().

resample_free_func Resampler::free

Definition at line 83 of file swresample_internal.h.

Referenced by swr_free(), and swr_init().

multiple_resample_func Resampler::multiple_resample

Definition at line 84 of file swresample_internal.h.

Referenced by resample().

resample_flush_func Resampler::flush

Definition at line 85 of file swresample_internal.h.

Referenced by swr_convert().

set_compensation_func Resampler::set_compensation

Definition at line 86 of file swresample_internal.h.

Referenced by swr_set_compensation().

get_delay_func Resampler::get_delay

Definition at line 87 of file swresample_internal.h.

Referenced by swr_get_delay().

invert_initial_buffer_func Resampler::invert_initial_buffer

Definition at line 88 of file swresample_internal.h.

Referenced by resample().

get_out_samples_func Resampler::get_out_samples

Definition at line 89 of file swresample_internal.h.

Referenced by swr_get_out_samples().


The documentation for this struct was generated from the following file: