| FFmpeg
    | 
AudioParams Struct Reference
  | Data Fields | |
| int | freq | 
| int | channels | 
| int64_t | channel_layout | 
| enum AVSampleFormat | fmt | 
Detailed Description
Field Documentation
| int64_t AudioParams::channel_layout | 
Definition at line 138 of file ffplay.c.
Referenced by audio_decode_frame(), audio_open(), configure_audio_filters(), and stream_component_open().
| int AudioParams::channels | 
Definition at line 137 of file ffplay.c.
Referenced by audio_decode_frame(), audio_open(), configure_audio_filters(), sdl_audio_callback(), stream_component_open(), and video_audio_display().
| enum AVSampleFormat AudioParams::fmt | 
Definition at line 139 of file ffplay.c.
Referenced by audio_decode_frame(), audio_open(), configure_audio_filters(), sdl_audio_callback(), and stream_component_open().
| int AudioParams::freq | 
Definition at line 136 of file ffplay.c.
Referenced by audio_decode_frame(), audio_open(), configure_audio_filters(), sdl_audio_callback(), stream_component_open(), synchronize_audio(), and video_audio_display().
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