Go to the source code of this file.
◆ FIFO_PACKETS_NUM
| #define FIFO_PACKETS_NUM 16 |
Size of the internal FIFO buffers as a number of audio packets.
Definition at line 42 of file jack.c.
Referenced by start_jack().
◆ OFFSET
Value:
Definition at line 330 of file jack.c.
◆ process_callback()
| static int process_callback |
( |
jack_nframes_t | nframes, |
|
|
void * | arg ) |
|
static |
◆ shutdown_callback()
| static void shutdown_callback |
( |
void * | arg | ) |
|
|
static |
◆ xrun_callback()
| static int xrun_callback |
( |
void * | arg | ) |
|
|
static |
◆ supply_new_packets()
◆ start_jack()
◆ free_pkt_fifo()
| static void free_pkt_fifo |
( |
AVFifo ** | fifop | ) |
|
|
static |
◆ stop_jack()
| static void stop_jack |
( |
JackData * | self | ) |
|
|
static |
◆ audio_read_header()
◆ audio_read_packet()
◆ audio_read_close()
◆ options
Initial value:= {
}
#define AV_OPT_FLAG_DECODING_PARAM
A generic parameter which can be set by the user for demuxing or decoding.
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 331 of file jack.c.
◆ jack_indev_class
Initial value:= {
.class_name = "JACK indev",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
@ AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT
Definition at line 336 of file jack.c.
◆ ff_jack_demuxer
Initial value:= {
.p.name = "jack",
}
static av_cold int audio_read_header(AVFormatContext *s1)
static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_header(FFV1Context *f, RangeCoder *c)
static int audio_read_close(AVFormatContext *context)
static const AVClass jack_indev_class
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static av_cold int read_close(AVFormatContext *ctx)
Definition at line 344 of file jack.c.