diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2013-08-08 17:16:00 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2013-08-08 17:16:00 +0300 |
| commit | b3bdb5e6a1515c938fec0661bb56f4b39538195c (patch) | |
| tree | 874355a1601ed713a8e4dc4e78806862f369fd63 /src/libwebvi/webvicontext.h | |
| parent | 78e8b44d32231a45086fe3c7e1465e8bb60b871c (diff) | |
| download | vdr-plugin-webvideo-b3bdb5e6a1515c938fec0661bb56f4b39538195c.tar.gz vdr-plugin-webvideo-b3bdb5e6a1515c938fec0661bb56f4b39538195c.tar.bz2 | |
Combine quvi and external downloader pipes into a pipe that reads a
menu written by an external shell script (src/menuscripts). Add YLE
Areena as an example script (TODO: downloading rtmp streams).
Diffstat (limited to 'src/libwebvi/webvicontext.h')
| -rw-r--r-- | src/libwebvi/webvicontext.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libwebvi/webvicontext.h b/src/libwebvi/webvicontext.h index b3beb0e..210d940 100644 --- a/src/libwebvi/webvicontext.h +++ b/src/libwebvi/webvicontext.h @@ -41,6 +41,9 @@ void webvi_context_set_debug(WebviContext *self, void webvi_context_set_template_path(WebviContext *self, const char *path); const char *webvi_context_get_template_path(const WebviContext *self); +void webvi_context_set_menu_script_path(WebviContext *self, + const char *path); +const char *webvi_context_get_menu_script_path(const WebviContext *self); const LinkTemplates *get_link_templates(WebviContext *self); CURLM *webvi_context_get_curl_multi_handle(WebviContext *self); void webvi_context_set_timeout_callback(WebviContext *ctx, |
