|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "DVDMessageQueue.h"#include "IVideoPlayer.h"#include "threads/Thread.h"#include "utils/Stopwatch.h"#include <memory>Classes | |
| class | CDVDRadioRDSData |
Namespaces | |
| namespace | PVR |
Macros | |
| #define | UECP_DATA_START 0xFE |
| — CDVDRadioRDSData ---------------------------------------------------------— | |
| #define | UECP_DATA_STOP 0xFF |
| #define | UECP_SIZE_MAX 263 |
| #define | RT_MEL 65 |
| #define | MAX_RTPC 50 |
| #define MAX_RTPC 50 |
| #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