diff options
author | Christian <zerov83@gmail.com> | 2016-04-02 23:28:44 +0200 |
---|---|---|
committer | Christian <zerov83@gmail.com> | 2016-04-02 23:28:44 +0200 |
commit | f94b31e13127247160815c5902e75f7bcbf3d393 (patch) | |
tree | 2f3baa9733d9a56473930152c5af097c0a271763 /hlsPlayerControl.h | |
parent | 893c0af051a0832b3bea59a1db4276c938e6211e (diff) | |
download | vdr-plugin-plex-f94b31e13127247160815c5902e75f7bcbf3d393.tar.gz vdr-plugin-plex-f94b31e13127247160815c5902e75f7bcbf3d393.tar.bz2 |
Code cleanup
Diffstat (limited to 'hlsPlayerControl.h')
-rw-r--r-- | hlsPlayerControl.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hlsPlayerControl.h b/hlsPlayerControl.h index fb2ba3f..c208502 100644 --- a/hlsPlayerControl.h +++ b/hlsPlayerControl.h @@ -11,12 +11,12 @@ class cStreamSelectMenu : public cOsdMenu { private: - plexclient::Video* pVideo; + plexclient::cVideo* pVideo; void CreateMenu(); bool SelectStream(); public: - cStreamSelectMenu(plexclient::Video* Video); + cStreamSelectMenu(plexclient::cVideo* Video); virtual eOSState ProcessKey(eKeys Keys); }; @@ -43,10 +43,10 @@ protected: //void ShowMode(); public: - plexclient::Video m_Video; + plexclient::cVideo m_Video; - static cControl* Create(plexclient::Video Video); - cHlsPlayerControl(cHlsPlayer* Player, plexclient::Video Video); + static cControl* Create(plexclient::cVideo Video); + cHlsPlayerControl(cHlsPlayer* Player, plexclient::cVideo Video); virtual ~cHlsPlayerControl(); virtual void Show(void); |