FFmpeg
Data Fields
ZMQContext Struct Reference

Data Fields

const AVClassclass
 
void * zmq
 
void * responder
 
char * bind_address
 
int command_count
 
void * context
 
void * socket
 
int pkt_size
 
int pkt_size_overflow
 

Detailed Description

Definition at line 37 of file f_zmq.c.

Field Documentation

◆ class

const AVClass * ZMQContext::class

Definition at line 38 of file f_zmq.c.

◆ zmq

void* ZMQContext::zmq

Definition at line 39 of file f_zmq.c.

Referenced by init(), and uninit().

◆ responder

void* ZMQContext::responder

Definition at line 40 of file f_zmq.c.

Referenced by filter_frame(), init(), recv_msg(), and uninit().

◆ bind_address

char* ZMQContext::bind_address

Definition at line 41 of file f_zmq.c.

Referenced by init().

◆ command_count

int ZMQContext::command_count

Definition at line 42 of file f_zmq.c.

Referenced by filter_frame(), and init().

◆ context

void* ZMQContext::context

Definition at line 33 of file libzmq.c.

◆ socket

void* ZMQContext::socket

Definition at line 34 of file libzmq.c.

◆ pkt_size

int ZMQContext::pkt_size

Definition at line 35 of file libzmq.c.

◆ pkt_size_overflow

int ZMQContext::pkt_size_overflow

Definition at line 36 of file libzmq.c.


The documentation for this struct was generated from the following files: