FFmpeg
|
Data Fields | |
int | freq |
int | channels |
int64_t | channel_layout |
enum AVSampleFormat | fmt |
int | frame_size |
int | bytes_per_sec |
int AudioParams::freq |
Definition at line 128 of file ffplay.c.
Referenced by audio_decode_frame(), audio_open(), synchronize_audio(), and video_audio_display().
int AudioParams::channels |
Definition at line 129 of file ffplay.c.
Referenced by audio_decode_frame(), audio_open(), and video_audio_display().
int64_t AudioParams::channel_layout |
Definition at line 130 of file ffplay.c.
Referenced by audio_decode_frame(), and audio_open().
enum AVSampleFormat AudioParams::fmt |
Definition at line 131 of file ffplay.c.
Referenced by audio_decode_frame(), and audio_open().
int AudioParams::frame_size |
Definition at line 132 of file ffplay.c.
Referenced by audio_open(), and sdl_audio_callback().
int AudioParams::bytes_per_sec |
Definition at line 133 of file ffplay.c.
Referenced by audio_open(), sdl_audio_callback(), and stream_component_open().