Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dwebmdashenc.c58 char *utc_timing_url; member
115 if (w->utc_timing_url) { in write_header()
118 avio_printf(pb, " value=\"%s\"/>\n", w->utc_timing_url); in write_header()
530 { "utc_timing_url", "URL of the page that will return the UTC timestamp in ISO format", OFFSET(utc_timing_url), AV_OPT_TYPE_STRING, { 0 }, 0, 0, AV_OPT_FLAG_ENCODING_PARAM },
H A Ddashenc.c170 const char *utc_timing_url; member
869 avio_printf(out, "\t\t\t\t\t<UTCTiming schemeIdUri=\"urn:mpeg:dash:utc:http-xsdate:2014\" value=\"%s\"/>\n", c->utc_timing_url); in write_adaptation_set()
1238 if (c->utc_timing_url) in write_manifest()
1239 avio_printf(out, "\t<UTCTiming schemeIdUri=\"urn:mpeg:dash:utc:http-xsdate:2014\" value=\"%s\"/>\n", c->utc_timing_url); in write_manifest()
1440 if (c->write_prft && !c->utc_timing_url) { in dash_init()
1441 av_log(s, AV_LOG_WARNING, "Producer Reference Time element option will be ignored as utc_timing_url is not set\n"); in dash_init()
2380 { "utc_timing_url", "URL of the page that will return the UTC timestamp in ISO format", OFFSET(utc_timing_url), AV_OPT_TYPE_STRING, { 0 }, 0, 0, E },

Completed in 6 milliseconds