]> git.tdb.fi Git - xinema.git/blobdiff - source/xinema.h
Hook up any new clients to an existing stream
[xinema.git] / source / xinema.h
index 3a2bae178698a742e3608f074247355e6f950609..ce0345dfeb43850bac27721e75f45e4152f7cff2 100644 (file)
@@ -36,6 +36,7 @@ private:
 
 public:
        void play_file(const Msp::FS::Path &);
+       XineStream *get_stream() const { return stream; }
 };
 
 #endif