summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-04 14:48:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-04 20:20:55 +0100
commit507c1c9905ce02c376be4e57a937cde8d01d2c26 (patch)
tree781de1a3cabfa28b4520460aeeb4c02d5b72562b /include
parentfa5c7ccff482c23f96def89978377f2d7d41d225 (diff)
Resolves: rhbz#1012379 draw audio-placeholder in presentation mode
Change-Id: Ied61f9b4947e1a6eda04c442d95037cc1c7ef460
Diffstat (limited to 'include')
-rw-r--r--include/avmedia/mediawindow.hxx4
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