Home
last modified time | relevance | path

Searched refs:libsrt_getsockopt (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dlibsrt.c279 static int libsrt_getsockopt(URLContext *h, int fd, SRT_SOCKOPT optname, const char * optnamestr, v… in libsrt_getsockopt() function
475 ret = libsrt_getsockopt(h, fd, SRTO_PAYLOADSIZE, "SRTO_PAYLOADSIZE", &packet_size, &optlen); in libsrt_setup()