Lines Matching defs:duration
128 double duration; ///< Duration of the stream in seconds as returned by the server (only valid if non-zero)
720 * knows the duration of the selected stream, it will reply with the duration
2111 if (read_number_result(pkt, &rt->duration)) {
2523 * demuxer about the duration of the stream.
2527 * duration via a getStreamLength call.
2571 // "duration" as AMF string
2573 bytestream_put_buffer(&p, "duration", 8);
2575 bytestream_put_be64(&p, av_double2int(rt->duration));
2810 rt->duration = 0;
2869 // the server returned a valid duration, create a fake metadata packet
2870 // to inform the FLV decoder about the duration.
2871 if (!rt->received_metadata && rt->duration > 0) {