| FFmpeg
    | 
| Data Fields | |
| const AVClass * | class | 
| int | udp_fd | 
| int | ttl | 
| int | udplite_coverage | 
| int | buffer_size | 
| int | pkt_size | 
| int | is_multicast | 
| int | is_broadcast | 
| int | local_port | 
| int | reuse_socket | 
| int | overrun_nonfatal | 
| struct sockaddr_storage | dest_addr | 
| int | dest_addr_len | 
| int | is_connected | 
| int | circular_buffer_size | 
| AVFifoBuffer * | fifo | 
| int | circular_buffer_error | 
| uint8_t | tmp [UDP_MAX_PKT_SIZE+4] | 
| int | remaining_in_dg | 
| char * | localaddr | 
| int | timeout | 
| struct sockaddr_storage | local_addr_storage | 
| char * | sources | 
| char * | block | 
| int UDPContext::udp_fd | 
Definition at line 77 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 78 of file udp.c.
Referenced by udp_open().
| int UDPContext::udplite_coverage | 
Definition at line 79 of file udp.c.
Referenced by udp_open(), udp_socket_create(), and udplite_open().
| int UDPContext::buffer_size | 
Definition at line 80 of file udp.c.
Referenced by udp_open().
| int UDPContext::pkt_size | 
Definition at line 81 of file udp.c.
Referenced by udp_open().
| int UDPContext::is_multicast | 
Definition at line 82 of file udp.c.
Referenced by ff_udp_set_remote_url(), udp_close(), and udp_open().
| int UDPContext::is_broadcast | 
Definition at line 83 of file udp.c.
Referenced by udp_open().
| int UDPContext::local_port | 
Definition at line 84 of file udp.c.
Referenced by ff_udp_get_local_port(), udp_open(), and udp_socket_create().
| int UDPContext::reuse_socket | 
Definition at line 85 of file udp.c.
Referenced by udp_open().
| int UDPContext::overrun_nonfatal | 
Definition at line 86 of file udp.c.
Referenced by udp_open().
| struct sockaddr_storage UDPContext::dest_addr | 
Definition at line 87 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 88 of file udp.c.
Referenced by ff_udp_set_remote_url(), udp_open(), and udp_write().
| int UDPContext::is_connected | 
Definition at line 89 of file udp.c.
Referenced by ff_udp_set_remote_url(), udp_open(), and udp_write().
| int UDPContext::circular_buffer_size | 
Definition at line 92 of file udp.c.
Referenced by udp_open().
| AVFifoBuffer* UDPContext::fifo | 
Definition at line 93 of file udp.c.
Referenced by udp_close(), udp_open(), and udp_read().
| int UDPContext::circular_buffer_error | 
Definition at line 94 of file udp.c.
Referenced by udp_read().
| uint8_t UDPContext::tmp[UDP_MAX_PKT_SIZE+4] | 
| char* UDPContext::localaddr | 
Definition at line 103 of file udp.c.
Referenced by udp_open().
| int UDPContext::timeout | 
Definition at line 104 of file udp.c.
Referenced by udp_open().
| struct sockaddr_storage UDPContext::local_addr_storage | 
Definition at line 105 of file udp.c.
Referenced by udp_close(), and udp_open().
| char* UDPContext::sources | 
Definition at line 106 of file udp.c.
Referenced by udp_open().
| char* UDPContext::block | 
Definition at line 107 of file udp.c.
Referenced by udp_open().
 1.8.6
 1.8.6