]> git.sesse.net Git - vlc/blobdiff - projects/activex/vlccontrol2.h
Add m2ts and mts to the interface dialog selectors.
[vlc] / projects / activex / vlccontrol2.h
index 1e73729be04a460920daa24de0934db4b21adf72..7596676d0a1a3213c0a35d3e7e9fc69ae47d0b2f 100644 (file)
@@ -582,6 +582,8 @@ public:
     STDMETHODIMP put_BaseURL(BSTR url);
     STDMETHODIMP get_MRL(BSTR *mrl);
     STDMETHODIMP put_MRL(BSTR mrl);
+    STDMETHODIMP get_Toolbar(VARIANT_BOOL *visible);
+    STDMETHODIMP put_Toolbar(VARIANT_BOOL visible);
     STDMETHODIMP get_StartTime(long *seconds);
     STDMETHODIMP put_StartTime(long seconds);
     STDMETHODIMP get_VersionInfo(BSTR *version);