|
bool | operator== (const CPVRRadioRDSInfoTag &right) const |
|
bool | operator!= (const CPVRRadioRDSInfoTag &right) const |
|
void | Archive (CArchive &ar) override |
|
void | Serialize (CVariant &value) const override |
|
void | Clear () |
|
void | ResetSongInformation () |
|
void | SetSpeechActive (bool active) |
| ! Basic RDS related information
|
|
void | SetLanguage (const std::string &strLanguage) |
|
const std::string & | GetLanguage () const |
|
void | SetCountry (const std::string &strCountry) |
|
const std::string & | GetCountry () const |
|
void | SetRadioText (const std::string &strRadioText) |
|
std::string | GetRadioText (unsigned int line) const |
|
void | SetProgramServiceText (const std::string &strPSText) |
|
void | SetTitle (const std::string &strTitle) |
| ! RDS RadioText related information
|
|
void | SetBand (const std::string &strBand) |
|
void | SetArtist (const std::string &strArtist) |
|
void | SetComposer (const std::string &strComposer) |
|
void | SetConductor (const std::string &strConductor) |
|
void | SetAlbum (const std::string &strAlbum) |
|
void | SetComment (const std::string &strComment) |
|
void | SetAlbumTrackNumber (int track) |
|
const std::string & | GetTitle () const |
|
const std::string & | GetBand () const |
|
const std::string & | GetArtist () const |
|
const std::string & | GetComposer () const |
|
const std::string & | GetConductor () const |
|
const std::string & | GetAlbum () const |
|
const std::string & | GetComment () const |
|
int | GetAlbumTrackNumber () const |
|
void | SetProgStation (const std::string &strProgStation) |
|
void | SetProgStyle (const std::string &strProgStyle) |
|
void | SetProgHost (const std::string &strProgHost) |
|
void | SetProgWebsite (const std::string &strWebsite) |
|
void | SetProgNow (const std::string &strNow) |
|
void | SetProgNext (const std::string &strNext) |
|
void | SetPhoneHotline (const std::string &strHotline) |
|
void | SetEMailHotline (const std::string &strHotline) |
|
void | SetPhoneStudio (const std::string &strPhone) |
|
void | SetEMailStudio (const std::string &strEMail) |
|
void | SetSMSStudio (const std::string &strSMS) |
|
const std::string & | GetProgStation () const |
|
const std::string & | GetProgStyle () const |
|
const std::string & | GetProgHost () const |
|
const std::string & | GetProgWebsite () const |
|
const std::string & | GetProgNow () const |
|
const std::string & | GetProgNext () const |
|
const std::string & | GetPhoneHotline () const |
|
const std::string & | GetEMailHotline () const |
|
const std::string & | GetPhoneStudio () const |
|
const std::string & | GetEMailStudio () const |
|
const std::string & | GetSMSStudio () const |
|
void | SetInfoNews (const std::string &strNews) |
|
const std::string | GetInfoNews () const |
|
void | SetInfoNewsLocal (const std::string &strNews) |
|
const std::string | GetInfoNewsLocal () const |
|
void | SetInfoSport (const std::string &strSport) |
|
const std::string | GetInfoSport () const |
|
void | SetInfoStock (const std::string &strSport) |
|
const std::string | GetInfoStock () const |
|
void | SetInfoWeather (const std::string &strWeather) |
|
const std::string | GetInfoWeather () const |
|
void | SetInfoHoroscope (const std::string &strHoroscope) |
|
const std::string | GetInfoHoroscope () const |
|
void | SetInfoCinema (const std::string &strCinema) |
|
const std::string | GetInfoCinema () const |
|
void | SetInfoLottery (const std::string &strLottery) |
|
const std::string | GetInfoLottery () const |
|
void | SetInfoOther (const std::string &strOther) |
|
const std::string | GetInfoOther () const |
|
void | SetEditorialStaff (const std::string &strEditorialStaff) |
|
const std::string | GetEditorialStaff () const |
|
void | SetRadioStyle (const std::string &style) |
|
const std::string | GetRadioStyle () const |
|
void | SetPlayingRadioText (bool yesNo) |
|
bool | IsPlayingRadioText () const |
|
void | SetPlayingRadioTextPlus (bool yesNo) |
|
bool | IsPlayingRadioTextPlus () const |
|