mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
Change radiotext to read PES; enable radiotext option for testing. Latest libcs needed.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2022 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -112,7 +112,7 @@ private:
|
||||
void RadioStatusMsg(void);
|
||||
void AudioRecorderService(void);
|
||||
void RassDecode(uchar *Data, int Length);
|
||||
bool DividePes(char *data, int length, int *substart, int *subend);
|
||||
bool DividePes(unsigned char *data, int length, int *substart, int *subend);
|
||||
|
||||
uint pid;
|
||||
pthread_t threadRT;
|
||||
@@ -121,7 +121,7 @@ private:
|
||||
public:
|
||||
CRadioText(void);
|
||||
~CRadioText(void);
|
||||
int PES_Receive(char *data, int len);
|
||||
int PES_Receive(unsigned char *data, int len);
|
||||
int RassImage(int QArchiv, int QKey, bool DirUp);
|
||||
void EnableRadioTextProcessing(const char *Titel, bool replay = false);
|
||||
void DisableRadioTextProcessing();
|
||||
|
Reference in New Issue
Block a user