| FFmpeg
    | 
AFormatContext Struct Reference
  
Collaboration diagram for AFormatContext:

| Data Fields | |
| const AVClass * | class | 
| AVFilterFormats * | formats | 
| AVFilterFormats * | sample_rates | 
| AVFilterChannelLayouts * | channel_layouts | 
| char * | formats_str | 
| char * | sample_rates_str | 
| char * | channel_layouts_str | 
Detailed Description
Definition at line 36 of file af_aformat.c.
Field Documentation
| AVFilterChannelLayouts* AFormatContext::channel_layouts | 
Definition at line 41 of file af_aformat.c.
Referenced by init(), and query_formats().
| char* AFormatContext::channel_layouts_str | 
Definition at line 45 of file af_aformat.c.
Referenced by init().
| const AVClass* AFormatContext::class | 
Definition at line 37 of file af_aformat.c.
| AVFilterFormats* AFormatContext::formats | 
Definition at line 39 of file af_aformat.c.
Referenced by init(), and query_formats().
| char* AFormatContext::formats_str | 
Definition at line 43 of file af_aformat.c.
Referenced by init().
| AVFilterFormats* AFormatContext::sample_rates | 
Definition at line 40 of file af_aformat.c.
Referenced by init(), and query_formats().
| char* AFormatContext::sample_rates_str | 
Definition at line 44 of file af_aformat.c.
Referenced by init().
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