mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
TTX subs menu, not ready yet, just backup of current code
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@184 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: b554e4ef4e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-01-19 (Tue, 19 Jan 2010)
------------------
This commit was generated by Migit
This commit is contained in:
12
lib/libtuxtxt/teletext.h
Normal file
12
lib/libtuxtxt/teletext.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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, void * _fb, int pid, int x, int y, int w, int h, int page = 0);
|
||||
void tuxtx_stop_subtitle();
|
||||
int tuxtx_subtitle_running(int pid, int page);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user