FFmpeg
|
Data Fields | |
const AVClass * | class |
amqp_connection_state_t | conn |
amqp_socket_t * | socket |
const char * | exchange |
const char * | routing_key |
int | pkt_size |
int64_t | connection_timeout |
int | pkt_size_overflow |
int | delivery_mode |
amqp_connection_state_t AMQPContext::conn |
Definition at line 35 of file libamqp.c.
Referenced by amqp_proto_close(), amqp_proto_open(), amqp_proto_read(), and amqp_proto_write().
amqp_socket_t* AMQPContext::socket |
Definition at line 36 of file libamqp.c.
Referenced by amqp_proto_open(), amqp_proto_read(), and amqp_proto_write().
const char* AMQPContext::exchange |
Definition at line 37 of file libamqp.c.
Referenced by amqp_proto_open(), and amqp_proto_write().
const char* AMQPContext::routing_key |
Definition at line 38 of file libamqp.c.
Referenced by amqp_proto_open(), and amqp_proto_write().
int AMQPContext::pkt_size |
Definition at line 39 of file libamqp.c.
Referenced by amqp_proto_open().
int64_t AMQPContext::connection_timeout |
Definition at line 40 of file libamqp.c.
Referenced by amqp_proto_open().
int AMQPContext::pkt_size_overflow |
Definition at line 41 of file libamqp.c.
Referenced by amqp_proto_read().
int AMQPContext::delivery_mode |
Definition at line 42 of file libamqp.c.
Referenced by amqp_proto_write().