FFmpeg
|
Data Fields | |
const AVClass * | class |
void * | zmq |
void * | responder |
char * | bind_address |
int | command_count |
void * | context |
void * | socket |
int | pkt_size |
int | pkt_size_overflow |
void* ZMQContext::zmq |
Definition at line 37 of file f_zmq.c.
Referenced by filter_frame(), init(), recv_msg(), and uninit().
void* ZMQContext::responder |
Definition at line 38 of file f_zmq.c.
Referenced by filter_frame(), init(), recv_msg(), and uninit().
int ZMQContext::command_count |
Definition at line 40 of file f_zmq.c.
Referenced by filter_frame(), and init().
void* ZMQContext::context |
Definition at line 33 of file libzmq.c.
Referenced by zmq_proto_close(), and zmq_proto_open().
void* ZMQContext::socket |
Definition at line 34 of file libzmq.c.
Referenced by zmq_proto_close(), zmq_proto_open(), zmq_proto_read(), zmq_proto_wait(), and zmq_proto_write().
int ZMQContext::pkt_size |
Definition at line 35 of file libzmq.c.
Referenced by zmq_proto_open().
int ZMQContext::pkt_size_overflow |
Definition at line 36 of file libzmq.c.
Referenced by zmq_proto_open(), and zmq_proto_read().