summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper/Player.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/wrapper/Player.hxx')
-rw-r--r--avmedia/source/vlc/wrapper/Player.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/avmedia/source/vlc/wrapper/Player.hxx b/avmedia/source/vlc/wrapper/Player.hxx
index fa387cbc1e83..7aa8147978ac 100644
--- a/avmedia/source/vlc/wrapper/Player.hxx
+++ b/avmedia/source/vlc/wrapper/Player.hxx
@@ -57,6 +57,11 @@ namespace wrapper
bool hasVout() const;
+ void setScale( float factor );
+
+ unsigned getWidth() const;
+ unsigned getHeight() const;
+
inline operator libvlc_media_player_t*()
{
return mPlayer;