summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/inc/wrapper/Player.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/inc/wrapper/Player.hxx')
-rw-r--r--avmedia/source/vlc/inc/wrapper/Player.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/avmedia/source/vlc/inc/wrapper/Player.hxx b/avmedia/source/vlc/inc/wrapper/Player.hxx
index 740390080d63..84b064493d61 100644
--- a/avmedia/source/vlc/inc/wrapper/Player.hxx
+++ b/avmedia/source/vlc/inc/wrapper/Player.hxx
@@ -51,16 +51,13 @@ namespace wrapper
void setWindow( intptr_t id );
- bool takeSnapshot(const rtl::OUString& file);
+ void takeSnapshot(const rtl::OUString& file);
bool hasVout() const;
void setScale( float factor );
void setVideoSize( unsigned width, unsigned height );
- unsigned getWidth() const;
- unsigned getHeight() const;
-
operator libvlc_media_player_t*()
{
return mPlayer;