summaryrefslogtreecommitdiff
path: root/PVideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'PVideo.h')
-rw-r--r--PVideo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/PVideo.h b/PVideo.h
index 6c25011..c8f7c82 100644
--- a/PVideo.h
+++ b/PVideo.h
@@ -34,6 +34,9 @@ class MediaContainer;
class Video: XmlObject
{
+private:
+ void Parse(Poco::XML::Node* pNode);
+
public:
Video(Poco::XML::Node* pNode, PlexServer Server, MediaContainer* parent);
Video() {};
@@ -69,6 +72,8 @@ public:
int m_iParentIndex;
std::string GetTitle();
+ bool SetStream(Stream* stream);
+ bool UpdateFromServer();
};
}