Libav
Data Fields
UDPContext Struct Reference

Data Fields

const AVClassclass
 
int udp_fd
 
int ttl
 
int buffer_size
 
int pkt_size
 
int is_multicast
 
int local_port
 
int reuse_socket
 
struct sockaddr_storage dest_addr
 
int dest_addr_len
 
int is_connected
 
char * localaddr
 
char * sources
 
char * block
 

Detailed Description

Definition at line 44 of file udp.c.

Field Documentation

◆ class

const AVClass* UDPContext::class

Definition at line 45 of file udp.c.

◆ udp_fd

int UDPContext::udp_fd

◆ ttl

int UDPContext::ttl

Definition at line 47 of file udp.c.

Referenced by udp_open().

◆ buffer_size

int UDPContext::buffer_size

Definition at line 48 of file udp.c.

Referenced by udp_open().

◆ pkt_size

int UDPContext::pkt_size

Definition at line 49 of file udp.c.

Referenced by udp_open().

◆ is_multicast

int UDPContext::is_multicast

Definition at line 50 of file udp.c.

Referenced by ff_udp_set_remote_url(), udp_close(), and udp_open().

◆ local_port

int UDPContext::local_port

Definition at line 51 of file udp.c.

Referenced by ff_udp_get_local_port(), udp_open(), and udp_socket_create().

◆ reuse_socket

int UDPContext::reuse_socket

Definition at line 52 of file udp.c.

Referenced by udp_open().

◆ dest_addr

struct sockaddr_storage UDPContext::dest_addr

Definition at line 53 of file udp.c.

Referenced by ff_udp_set_remote_url(), udp_close(), udp_open(), udp_socket_create(), and udp_write().

◆ dest_addr_len

int UDPContext::dest_addr_len

Definition at line 54 of file udp.c.

Referenced by ff_udp_set_remote_url(), udp_open(), and udp_write().

◆ is_connected

int UDPContext::is_connected

Definition at line 55 of file udp.c.

Referenced by ff_udp_set_remote_url(), udp_open(), and udp_write().

◆ localaddr

char* UDPContext::localaddr

Definition at line 56 of file udp.c.

Referenced by udp_open().

◆ sources

char* UDPContext::sources

Definition at line 57 of file udp.c.

Referenced by udp_open().

◆ block

char* UDPContext::block

Definition at line 58 of file udp.c.

Referenced by udp_open().


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