FFmpeg
Data Fields
UDPContext Struct Reference

Data Fields

const AVClassclass
 
int  udp_fd
 
int  ttl
 
int  buffer_size
 
int  is_multicast
 
int  local_port
 
int  reuse_socket
 
 
 
 
int  is_connected
 
 
 
 
 
 
char *  local_addr
 
int  packet_size
 
int  timeout
 

Detailed Description

Definition at line 59 of file udp.c.

Field Documentation

const AVClass* UDPContext::class

Definition at line 60 of file udp.c.

int UDPContext::udp_fd

Definition at line 61 of file udp.c.

Referenced by ff_udp_set_remote_url(), udp_close(), udp_get_file_handle(), udp_open(), udp_read(), and udp_write().

int UDPContext::ttl

Definition at line 62 of file udp.c.

Referenced by udp_open().

int UDPContext::buffer_size

Definition at line 63 of file udp.c.

Referenced by udp_open().

int UDPContext::is_multicast

Definition at line 64 of file udp.c.

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

int UDPContext::local_port

Definition at line 65 of file udp.c.

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

int UDPContext::reuse_socket

Definition at line 66 of file udp.c.

Referenced by udp_open().

int UDPContext::overrun_nonfatal

Definition at line 67 of file udp.c.

Referenced by udp_open().

struct sockaddr_storage UDPContext::dest_addr

Definition at line 68 of file udp.c.

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

int UDPContext::dest_addr_len

Definition at line 69 of file udp.c.

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

int UDPContext::is_connected

Definition at line 70 of file udp.c.

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

int UDPContext::circular_buffer_size

Definition at line 73 of file udp.c.

Referenced by udp_open().

AVFifoBuffer* UDPContext::fifo

Definition at line 74 of file udp.c.

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

int UDPContext::circular_buffer_error

Definition at line 75 of file udp.c.

Referenced by udp_read().

uint8_t UDPContext::tmp[UDP_MAX_PKT_SIZE+4]

Definition at line 82 of file udp.c.

int UDPContext::remaining_in_dg

Definition at line 83 of file udp.c.

char* UDPContext::local_addr

Definition at line 84 of file udp.c.

Referenced by udp_open().

int UDPContext::packet_size

Definition at line 85 of file udp.c.

Referenced by udp_open().

int UDPContext::timeout

Definition at line 86 of file udp.c.

Referenced by udp_open().


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

Generated on Wed Jul 10 2013 23:48:40 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /