summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/media
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 11:39:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 11:39:10 +0000
commit183e1b6148efb2a955158e93595d8541e4b8c078 (patch)
tree353600b2cf6099de8ac0324970f531082376b45e /offapi/com/sun/star/media
parentf0c1674078448045091d5cf6221f06ea19958527 (diff)
INTEGRATION: CWS jmf5 (1.2.94); FILE MERGED
2004/12/23 15:18:25 ka 1.2.94.1: added FrameGrabber
Diffstat (limited to 'offapi/com/sun/star/media')
-rw-r--r--offapi/com/sun/star/media/XPlayer.idl12
1 files changed, 7 insertions, 5 deletions
diff --git a/offapi/com/sun/star/media/XPlayer.idl b/offapi/com/sun/star/media/XPlayer.idl
index d479b27e0..57b76f205 100644
--- a/offapi/com/sun/star/media/XPlayer.idl
+++ b/offapi/com/sun/star/media/XPlayer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPlayer.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 09:42:43 $
+ * last change: $Author: vg $ $Date: 2005-03-23 12:39:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,15 +61,15 @@
#ifndef __com_sun_star_media_XPlayer_idl__
#define __com_sun_star_media_XPlayer_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
#ifndef __com_sun_star_awt_Size_idl__
#include <com/sun/star/awt/Size.idl>
#endif
#ifndef __com_sun_star_media_XPlayerWindow_idl__
#include <com/sun/star/media/XPlayerWindow.idl>
#endif
+#ifndef __com_sun_star_media_XFrameGrabber_idl__
+#include <com/sun/star/media/XFrameGrabber.idl>
+#endif
module com { module sun { module star { module media {
@@ -112,6 +112,8 @@ interface XPlayer : ::com::sun::star::uno::XInterface
::com::sun::star::awt::Size getPreferredPlayerWindowSize();
::com::sun::star::media::XPlayerWindow createPlayerWindow( [in] sequence< any > aArguments );
+
+ ::com::sun::star::media::XFrameGrabber createFrameGrabber();
};
}; }; }; };