mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
- tune timeout (#266)
- satfinder (#269)
- tuxtxt:
new monospace font to support more languages
option to select teletext font
charset selection from pmt
more menu languages from tuxbox cvs
cleanup sutitiles start screen
needs testing.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@486 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: ba1f0ceb83
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-03-15 (Mon, 15 Mar 2010)
Origin message was:
------------------
- network menu (#264)
- tune timeout (#266)
- satfinder (#269)
- tuxtxt:
new monospace font to support more languages
option to select teletext font
charset selection from pmt
more menu languages from tuxbox cvs
cleanup sutitiles start screen
needs testing.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@486 e54a6e83-5905-42d5-8d5c-058d10e6a962
15 lines
445 B
C
15 lines
445 B
C
#ifndef __teletext_h__
|
|
#define __teletext_h__
|
|
|
|
extern int tuxtxt_init();
|
|
extern void tuxtxt_close();
|
|
extern void tuxtxt_start(int tpid); // Start caching
|
|
extern int tuxtxt_stop(); // Stop caching
|
|
extern int tuxtx_main(int _rc, int pid, int page = 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, char * cc);
|
|
|
|
#endif
|