![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <deque>
#include "IVideoPlayer.h"
#include "DVDMessageQueue.h"
#include "FileItem.h"
#include "threads/Thread.h"
#include "utils/Stopwatch.h"
Classes | |
class | CDVDRadioRDSData |
Macros | |
#define | UECP_DATA_START 0xFE |
— CDVDRadioRDSData ---------------------------------------------------------— More... | |
#define | UECP_DATA_STOP 0xFF |
#define | UECP_SIZE_MAX 263 |
#define | RT_MEL 65 |
#define | MAX_RTPC 50 |
#define | MAX_RADIOTEXT_LISTSIZE 6 |
#define | PS_TEXT_ENTRIES 12 |
#define MAX_RADIOTEXT_LISTSIZE 6 |
#define MAX_RTPC 50 |
#define PS_TEXT_ENTRIES 12 |
#define RT_MEL 65 |
#define UECP_DATA_START 0xFE |
— CDVDRadioRDSData ---------------------------------------------------------—
A data record starts with the start byte
#define UECP_DATA_STOP 0xFF |
A data record stops with the stop byte
#define UECP_SIZE_MAX 263 |
The Max possible size of a UECP packet max. 255(MSG)+4(ADD/SQC/MFL)+2(CRC)+2(Start/Stop) of RDS-data