Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
VideoPlayerRadioRDS.h File Reference
#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
 

Macro Definition Documentation

◆ MAX_RTPC

#define MAX_RTPC   50

◆ RT_MEL

#define RT_MEL   65

◆ UECP_DATA_START

#define UECP_DATA_START   0xFE

CDVDRadioRDSData ---------------------------------------------------------—

A data record starts with the start byte

◆ UECP_DATA_STOP

#define UECP_DATA_STOP   0xFF

A data record stops with the stop byte

◆ UECP_SIZE_MAX

#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