FFmpeg
 All Data Structures 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
 

Detailed Description

Definition at line 138 of file swresample_internal.h.

Field Documentation

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().


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