Home
last modified time | relevance | path

Searched refs:maxbw (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dlibsrt.c61 int64_t maxbw; member
108 { "maxbw", "Maximum bandwidth (bytes per second) that the connection can use", OFFSET(maxbw), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags = D|E },
330 (s->maxbw >= 0 && libsrt_setsockopt(h, fd, SRTO_MAXBW, "SRTO_MAXBW", &s->maxbw, sizeof(s->maxbw)) < 0) || in libsrt_set_options_pre()
542 if (av_find_info_tag(buf, sizeof(buf), "maxbw", p)) { in libsrt_open()
543 s->maxbw = strtoll(buf, NULL, 10); in libsrt_open()

Completed in 2 milliseconds