summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper/Player.hxx
diff options
context:
space:
mode:
authorMinh Ngo <nlminhtl@gmail.com>2013-09-15 19:41:54 +0300
committerMinh Ngo <nlminhtl@gmail.com>2013-09-15 19:42:29 +0300
commitfdd3f483ccafd23603252e133d643141bc17ce65 (patch)
tree7d63a58e5891595f038b6a50662395e2a0475508 /avmedia/source/vlc/wrapper/Player.hxx
parente62092da17170faa93b61a3a2d7a7ce4b29cc1fc (diff)
Avmedia/VLC: Zooming 1:2, 2:1, 1:1
Doesn't work nice yet :) Change-Id: I0fbdaea1cc64a94a9b63975b8b24c8d7e6251f6f
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;