diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-04 14:48:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-04 20:20:55 +0100 |
commit | 507c1c9905ce02c376be4e57a937cde8d01d2c26 (patch) | |
tree | 781de1a3cabfa28b4520460aeeb4c02d5b72562b /include/avmedia | |
parent | fa5c7ccff482c23f96def89978377f2d7d41d225 (diff) |
Resolves: rhbz#1012379 draw audio-placeholder in presentation mode
Change-Id: Ied61f9b4947e1a6eda04c442d95037cc1c7ef460
Diffstat (limited to 'include/avmedia')
-rw-r--r-- | include/avmedia/mediawindow.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx index a5cb5dc8e7a8..dcf4f36a72e9 100644 --- a/include/avmedia/mediawindow.hxx +++ b/include/avmedia/mediawindow.hxx @@ -27,6 +27,7 @@ #include <com/sun/star/media/XPlayer.hpp> #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/uno/XInterface.hpp> +#include <vcl/bitmapex.hxx> #include <avmedia/avmediadllapi.h> #define AVMEDIA_FRAMEGRABBER_DEFAULTFRAME -1.0 @@ -107,6 +108,9 @@ namespace avmedia bool bAllowToCreateReplacementGraphic = false, double fMediaTime = AVMEDIA_FRAMEGRABBER_DEFAULTFRAME ); + static BitmapEx getAudioLogo(); + static BitmapEx getEmptyLogo(); + private: // default: disabled copy/assignment |