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
commit6572d8f3dc50bf412879b2cfe5fc21ccfcbe1497 (patch)
tree57dc793803d58f10a643d2e9270ef1f67a7c787e /offapi/com/sun/star/media
parentb3e61a918f979a0e4e4a38d292d7d38878ebfe7b (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 dbc2023d7dd2..757bd4a825a7 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();
};
}; }; }; };