summaryrefslogtreecommitdiff
path: root/hlsPlayerControl.h
diff options
context:
space:
mode:
authorChristian <zerov83@gmail.com>2016-04-02 23:28:44 +0200
committerChristian <zerov83@gmail.com>2016-04-02 23:28:44 +0200
commitf94b31e13127247160815c5902e75f7bcbf3d393 (patch)
tree2f3baa9733d9a56473930152c5af097c0a271763 /hlsPlayerControl.h
parent893c0af051a0832b3bea59a1db4276c938e6211e (diff)
downloadvdr-plugin-plex-f94b31e13127247160815c5902e75f7bcbf3d393.tar.gz
vdr-plugin-plex-f94b31e13127247160815c5902e75f7bcbf3d393.tar.bz2
Code cleanup
Diffstat (limited to 'hlsPlayerControl.h')
-rw-r--r--hlsPlayerControl.h10
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);