Searched refs:maxbw (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | libsrt.c | 63 int64_t maxbw; member 108 …mum bandwidth (bytes per second) that the connection can use", OFFSET(maxbw), AV_OP… 313 …(s->maxbw >= 0 && libsrt_setsockopt(h, fd, SRTO_MAXBW, "SRTO_MAXBW", &s->maxbw, sizeof(s->maxbw)) … in libsrt_set_options_pre() 517 s->maxbw = strtoll(buf, NULL, 0); in libsrt_open()
|
/third_party/ffmpeg/doc/ |
D | protocols.texi | 1275 @option{oheadbw}, when @option{maxbw} is set to relative (0), to 1279 if @option{inputbw} is not set while @option{maxbw} is set to 1303 @item maxbw=@var{bytes/seconds}
|