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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlibrtmp.c48 char *client_buffer_time; member in struct:LibRTMPContext
142 if (ctx->client_buffer_time)
143 len += strlen(ctx->client_buffer_time) + sizeof(" buffer=");
204 if (ctx->client_buffer_time) {
206 av_strlcat(filename, ctx->client_buffer_time, len);
301 {"rtmp_buffer", "Set buffer time in milliseconds. The default is 3000.", OFFSET(client_buffer_time), AV_OPT_TYPE_STRING, {.str = "3000"}, 0, 0, DEC|ENC},
H A Drtmpproto.c117 int client_buffer_time; ///< client buffer time in ms member in struct:RTMPContext
695 bytestream_put_be32(&p, rt->client_buffer_time);
2876 {"rtmp_buffer", "Set buffer time in milliseconds. The default is 3000.", OFFSET(client_buffer_time), AV_OPT_TYPE_INT, {.i64 = 3000}, 0, INT_MAX, DEC|ENC},

Completed in 95 milliseconds