Home
last modified time | relevance | path

Searched defs:UDPContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dudp.c83 typedef struct UDPContext { struct
84 const AVClass *class;
85 int udp_fd;
86 int ttl;
87 int udplite_coverage;
88 int buffer_size;
89 int pkt_size;
90 int is_multicast;
91 int is_broadcast;
92 int local_port;
[all …]