summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/vlcplayer.hxx
diff options
context:
space:
mode:
authorMinh Ngo <nlminhtl@gmail.com>2013-07-29 23:49:18 +0300
committerMichael Meeks <michael.meeks@suse.com>2013-08-21 10:54:49 +0100
commit2a6b3cb7616abd80ed59304facde14a23387dd1d (patch)
tree2363a4c71bbe05594d4b9407fad38acccc75da3e /avmedia/source/vlc/vlcplayer.hxx
parent569533275a23faa774f6b1c972ff99d872ea8da9 (diff)
Optimizing VLC player initialization process.
Manager checks if an URL is the same or empty. Change-Id: I4ab2db31f73fef45feff1973fa82452dc579ef9d
Diffstat (limited to 'avmedia/source/vlc/vlcplayer.hxx')
-rw-r--r--avmedia/source/vlc/vlcplayer.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/avmedia/source/vlc/vlcplayer.hxx b/avmedia/source/vlc/vlcplayer.hxx
index 00a55ebfecbb..81136025e530 100644
--- a/avmedia/source/vlc/vlcplayer.hxx
+++ b/avmedia/source/vlc/vlcplayer.hxx
@@ -44,6 +44,8 @@ class VLCPlayer : public ::cppu::BaseMutex,
public:
VLCPlayer( const rtl::OUString& url );
+ const rtl::OUString& url() const;
+
void SAL_CALL start();
void SAL_CALL stop();
::sal_Bool SAL_CALL isPlaying();