#include <zmq.h>
#include "url.h"
#include "network.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "libavutil/time.h"
Go to the source code of this file.
|
static int | zmq_proto_wait (URLContext *h, void *socket, int write) |
|
static int | zmq_proto_wait_timeout (URLContext *h, void *socket, int write, int64_t timeout, AVIOInterruptCB *int_cb) |
|
static int | zmq_proto_open (URLContext *h, const char *uri, int flags) |
|
static int | zmq_proto_write (URLContext *h, const unsigned char *buf, int size) |
|
static int | zmq_proto_read (URLContext *h, unsigned char *buf, int size) |
|
static int | zmq_proto_close (URLContext *h) |
|
◆ ZMQ_STRERROR
#define ZMQ_STRERROR zmq_strerror(zmq_errno()) |
◆ OFFSET
◆ zmq_proto_wait()
◆ zmq_proto_wait_timeout()
◆ zmq_proto_open()
◆ zmq_proto_write()
static int zmq_proto_write |
( |
URLContext * |
h, |
|
|
const unsigned char * |
buf, |
|
|
int |
size |
|
) |
| |
|
static |
◆ zmq_proto_read()
◆ zmq_proto_close()
◆ options
Initial value:= {
{
"pkt_size",
"Maximum send/read packet size",
OFFSET(pkt_size),
AV_OPT_TYPE_INT, { .i64 = 131072 }, -1, INT_MAX, .flags =
D |
E },
}
Definition at line 42 of file libzmq.c.
◆ zmq_context_class
Initial value:= {
.class_name = "zmq",
}
Definition at line 188 of file libzmq.c.
◆ ff_libzmq_protocol
Initial value:
Definition at line 195 of file libzmq.c.