Go to the source code of this file.
#define FIFO_PACKETS_NUM 16 |
Size of the internal FIFO buffers as a number of audio packets.
Definition at line 41 of file jack.c.
Referenced by start_jack().
#define OFFSET |
( |
|
x | ) |
offsetof(JackData, x) |
static int process_callback |
( |
jack_nframes_t |
nframes, |
|
|
void * |
arg |
|
) |
| |
|
static |
static void shutdown_callback |
( |
void * |
arg | ) |
|
|
static |
static int xrun_callback |
( |
void * |
arg | ) |
|
|
static |
Initial value:= {
}
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 336 of file jack.c.
Initial value:= {
.class_name = "JACK indev",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 341 of file jack.c.
Initial value:= {
.name = "jack",
}
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int audio_read_packet(AVFormatContext *context, AVPacket *pkt)
static int audio_read_close(AVFormatContext *context)
static int audio_read_header(AVFormatContext *context)
static const AVClass jack_indev_class
Definition at line 349 of file jack.c.