PulseAudio input using the simple API.
More...
#include <pulse/simple.h>
#include <pulse/rtclock.h>
#include <pulse/error.h>
#include "libavformat/avformat.h"
#include "libavformat/internal.h"
#include "libavutil/opt.h"
Go to the source code of this file.
PulseAudio input using the simple API.
- Author
- Luca Barbato lu_ze.nosp@m.ro@g.nosp@m.entoo.nosp@m..org
Definition in file pulse.c.
static pa_sample_format_t codec_id_to_pulse_format |
( |
int |
codec_id | ) |
|
|
static |
Initial value:= {
{
"fragment_size",
"buffering size, affects latency and cpu usage",
OFFSET(fragment_size),
AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX,
D },
{ NULL },
}
Definition at line 163 of file pulse.c.
Initial value:= {
.class_name = "Pulse demuxer",
}
Definition at line 174 of file pulse.c.
Initial value:
Definition at line 181 of file pulse.c.