FFmpeg
Data Fields
AResampleContext Struct Reference

Data Fields

const AVClassclass
 
int sample_rate_arg
 
double ratio
 
struct SwrContextswr
 
int64_t next_pts
 
int more_data
 
int eof
 

Detailed Description

Definition at line 39 of file af_aresample.c.

Field Documentation

◆ class

const AVClass* AResampleContext::class

Definition at line 40 of file af_aresample.c.

◆ sample_rate_arg

int AResampleContext::sample_rate_arg

Definition at line 41 of file af_aresample.c.

Referenced by query_formats().

◆ ratio

double AResampleContext::ratio

Definition at line 42 of file af_aresample.c.

Referenced by config_output(), and filter_frame().

◆ swr

struct SwrContext* AResampleContext::swr

Definition at line 43 of file af_aresample.c.

Referenced by config_output(), filter_frame(), flush_frame(), preinit(), query_formats(), and uninit().

◆ next_pts

int64_t AResampleContext::next_pts

Definition at line 44 of file af_aresample.c.

Referenced by filter_frame(), preinit(), and request_frame().

◆ more_data

int AResampleContext::more_data

Definition at line 45 of file af_aresample.c.

Referenced by filter_frame(), and request_frame().

◆ eof

int AResampleContext::eof

Definition at line 46 of file af_aresample.c.

Referenced by activate(), and request_frame().


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