mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
- Allow ttx/epg keys for timeshift
- Fix record+live streaming
- Live stream code changes for testing
- Changes to handle internal CA multi-decoding
- hack for -Werror compiling
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1040 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: ab0f7f731c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-01-25 (Tue, 25 Jan 2011)
Origin message was:
------------------
- Remove some globals from vcrcontrol
- Allow ttx/epg keys for timeshift
- Fix record+live streaming
- Live stream code changes for testing
- Changes to handle internal CA multi-decoding
- hack for -Werror compiling
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1040 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
15 lines
448 B
C
15 lines
448 B
C
#ifndef __teletext_h__
|
|
#define __teletext_h__
|
|
|
|
int tuxtxt_init();
|
|
void tuxtxt_close();
|
|
void tuxtxt_start(int tpid, int source = 0); // Start caching
|
|
int tuxtxt_stop(); // Stop caching
|
|
int tuxtx_main(int _rc, int pid, int page = 0, int source = 0);
|
|
void tuxtx_stop_subtitle();
|
|
int tuxtx_subtitle_running(int *pid, int *page, int *running);
|
|
void tuxtx_pause_subtitle(bool pause = 1);
|
|
void tuxtx_set_pid(int pid, int page, const char * cc);
|
|
|
|
#endif
|