FFmpeg
|
Data Fields | |
int | freq |
int | channels |
int | channel_layout |
enum AVSampleFormat | fmt |
int AudioParams::freq |
Definition at line 138 of file ffplay.c.
Referenced by audio_decode_frame(), audio_open(), sdl_audio_callback(), stream_component_open(), synchronize_audio(), and video_audio_display().
int AudioParams::channels |
Definition at line 139 of file ffplay.c.
Referenced by audio_decode_frame(), audio_open(), sdl_audio_callback(), stream_component_open(), and video_audio_display().
int AudioParams::channel_layout |
Definition at line 140 of file ffplay.c.
Referenced by audio_decode_frame(), and audio_open().
enum AVSampleFormat AudioParams::fmt |
Definition at line 141 of file ffplay.c.
Referenced by audio_decode_frame(), audio_open(), sdl_audio_callback(), and stream_component_open().