summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 11:32:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 11:32:18 +0000
commit39caf0ddbd38574c5b346fd85a5eba133945c66d (patch)
treee12691cc55513d6909b6815d830859c808300357 /avmedia
parentd2aec621c07576d5cd47e1e09e9b63836b3a487d (diff)
INTEGRATION: CWS jmf5 (1.2.10); FILE MERGED
2005/01/19 14:10:33 ka 1.2.10.1: #i37255#: added FrameGrabber method
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/xine/player.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/source/xine/player.hxx b/avmedia/source/xine/player.hxx
index 5454f0551801..098b502b5965 100644
--- a/avmedia/source/xine/player.hxx
+++ b/avmedia/source/xine/player.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: player.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-11-03 15:56:44 $
+ * last change: $Author: vg $ $Date: 2005-03-23 12:32:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,7 @@ public:
virtual sal_Int16 SAL_CALL getVolumeDB( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::awt::Size SAL_CALL getPreferredPlayerWindowSize( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::media::XPlayerWindow > SAL_CALL createPlayerWindow( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) throw (::com::sun::star::uno::RuntimeException);
-
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::media::XFrameGrabber > SAL_CALL createFrameGrabber( ) throw (::com::sun::star::uno::RuntimeException);
// XServiceInfo
virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException);
virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException);