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.
Detailed Description
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.
Macro Definition Documentation
Typedef Documentation
Function Documentation
static pa_sample_format_t codec_id_to_pulse_format |
( |
int |
codec_id | ) |
|
|
static |
Variable Documentation
Initial value:
Definition at line 182 of file pulse.c.
Initial value: {
{
"frame_size",
"number of bytes per frame",
OFFSET(frame_size),
AV_OPT_TYPE_INT, {.dbl = 1024}, 1, INT_MAX,
D },
{
"fragment_size",
"buffering size, affects latency and cpu usage",
OFFSET(fragment_size),
AV_OPT_TYPE_INT, {.dbl = -1}, -1, INT_MAX,
D },
}
Definition at line 164 of file pulse.c.
Initial value: {
.class_name = "Pulse demuxer",
}
Definition at line 175 of file pulse.c.