xbmc
Classes
InfoTagRadioRDS

**Kodi's radio RDS info tag class. More...

Collaboration diagram for InfoTagRadioRDS:

Classes

class  XBMCAddon::xbmc::InfoTagRadioRDS
 

Detailed Description

**Kodi's radio RDS info tag class.

**

{ InfoTagRadioRDS() }

To get radio RDS info tag data of currently played PVR radio channel source.

Note
Info tag load is only be possible from present player class.
Also is all the data variable from radio channels and not known on beginning of radio receiving.

Example:

...
tag = xbmc.Player().getRadioRDSInfoTag()
title = tag.getTitle()
artist = tag.getArtist()
...