FFmpeg  4.0
Data Fields
ZMQContext Struct Reference

Data Fields

const AVClassclass
 
voidzmq
 
voidresponder
 
char * bind_address
 
int command_count
 

Detailed Description

Definition at line 35 of file f_zmq.c.

Field Documentation

◆ class

const AVClass* ZMQContext::class

Definition at line 36 of file f_zmq.c.

◆ zmq

void* ZMQContext::zmq

Definition at line 37 of file f_zmq.c.

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

◆ responder

void* ZMQContext::responder

Definition at line 38 of file f_zmq.c.

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

◆ bind_address

char* ZMQContext::bind_address

Definition at line 39 of file f_zmq.c.

Referenced by init().

◆ command_count

int ZMQContext::command_count

Definition at line 40 of file f_zmq.c.

Referenced by filter_frame(), and init().


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