]> git.sesse.net Git - vlc/blobdiff - mozilla/vlcplugin.h
* all: added a new access_filter module: record + one hotkey to start/stop
[vlc] / mozilla / vlcplugin.h
index 0e7673361d46354698751de12e0472a7cc4ea044..0348298a4cb432a6999e5ca52dd4da5d9c2d9e0b 100644 (file)
@@ -2,7 +2,7 @@
  * vlcplugin.h: a VLC plugin for Mozilla
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlcplugin.h,v 1.10 2003/02/18 13:13:12 sam Exp $
+ * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -24,6 +24,7 @@
 /*******************************************************************************
  * Instance state information about the plugin.
  ******************************************************************************/
+
 class VlcPlugin
 {
 public:
@@ -53,6 +54,12 @@ public:
     Display *p_display;
 #endif
 
+#ifdef XP_MACOSX
+    /* MACOS data members */
+    NPWindow *window;
+#endif
+
+
     /* vlc data members */
     int      i_vlc;
     int      b_stream;
@@ -95,6 +102,9 @@ private:
     "application/x-ogg:ogg:Ogg stream;" \
     /* explicit plugin call */ \
     "application/x-vlc-plugin::VLC plugin;" \
+    /* windows media */ \
     "video/x-ms-asf-plugin:asf,asx:Windows Media Video;" \
-    "application/x-mplayer2::Windows Media"
+    "video/x-ms-asf:asf,asx:Windows Media Video;" \
+    "application/x-mplayer2::Windows Media;" \
+    "video/x-ms-wmv:wmv:Windows Media" \