| FFmpeg
    | 
AResampleContext Struct Reference
  
Collaboration diagram for AResampleContext:

| Data Fields | |
| const AVClass * | class | 
| int | sample_rate_arg | 
| double | ratio | 
| struct SwrContext * | swr | 
| int64_t | next_pts | 
| int | req_fullfilled | 
Detailed Description
Definition at line 37 of file af_aresample.c.
Field Documentation
| const AVClass* AResampleContext::class | 
Definition at line 38 of file af_aresample.c.
| int64_t AResampleContext::next_pts | 
Definition at line 42 of file af_aresample.c.
Referenced by filter_frame(), init_dict(), and request_frame().
| double AResampleContext::ratio | 
Definition at line 40 of file af_aresample.c.
Referenced by config_output(), and filter_frame().
| int AResampleContext::req_fullfilled | 
Definition at line 43 of file af_aresample.c.
Referenced by filter_frame(), and request_frame().
| int AResampleContext::sample_rate_arg | 
Definition at line 39 of file af_aresample.c.
Referenced by init_dict().
| struct SwrContext* AResampleContext::swr | 
Definition at line 41 of file af_aresample.c.
Referenced by config_output(), filter_frame(), init_dict(), query_formats(), request_frame(), resample_child_next(), and uninit().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:25 for FFmpeg by
 1.8.11
 1.8.11