FFmpeg
|
Go to the source code of this file.
Functions | |
pa_sample_format_t | ff_codec_id_to_pulse_format (enum AVCodecID codec_id) |
av_warn_unused_result int | ff_pulse_audio_get_devices (AVDeviceInfoList *devices, const char *server, int output) |
av_warn_unused_result int | ff_pulse_audio_connect_context (pa_mainloop **pa_ml, pa_context **pa_ctx, const char *server, const char *description) |
void | ff_pulse_audio_disconnect_context (pa_mainloop **pa_ml, pa_context **pa_ctx) |
pa_sample_format_t ff_codec_id_to_pulse_format | ( | enum AVCodecID | codec_id | ) |
Definition at line 29 of file pulse_audio_common.c.
Referenced by pulse_read_header(), and pulse_write_header().
av_warn_unused_result int ff_pulse_audio_get_devices | ( | AVDeviceInfoList * | devices, |
const char * | server, | ||
int | output | ||
) |
Definition at line 197 of file pulse_audio_common.c.
Referenced by pulse_get_device_list().
av_warn_unused_result int ff_pulse_audio_connect_context | ( | pa_mainloop ** | pa_ml, |
pa_context ** | pa_ctx, | ||
const char * | server, | ||
const char * | description | ||
) |
Definition at line 93 of file pulse_audio_common.c.
Referenced by ff_pulse_audio_get_devices(), and pulse_update_sink_input_info().
void ff_pulse_audio_disconnect_context | ( | pa_mainloop ** | pa_ml, |
pa_context ** | pa_ctx | ||
) |
Definition at line 77 of file pulse_audio_common.c.
Referenced by ff_pulse_audio_connect_context(), ff_pulse_audio_get_devices(), and pulse_update_sink_input_info().