Commit 98c63db0 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Revert to previous ActiveX JS api

parent e4b790fd
No preview for this file type
/*** Autogenerated by WIDL 0.9.30 from axvlc.idl - Do not edit ***/
/*** Autogenerated by WIDL 0.9.31 from axvlc.idl - Do not edit ***/
#include <rpc.h>
#include <rpcndr.h>
......
/*** Autogenerated by WIDL 0.9.30 from axvlc.idl - Do not edit ***/
/*** Autogenerated by WIDL 0.9.31 from axvlc.idl - Do not edit ***/
#include <rpc.h>
#include <rpcndr.h>
......@@ -814,18 +814,6 @@ interface IVLCAudio : public IDispatch
virtual HRESULT STDMETHODCALLTYPE toggleMute(
) = 0;
virtual HRESULT STDMETHODCALLTYPE get_track(
long* track) = 0;
virtual HRESULT STDMETHODCALLTYPE put_track(
long track) = 0;
virtual HRESULT STDMETHODCALLTYPE get_channel(
long* channel) = 0;
virtual HRESULT STDMETHODCALLTYPE put_channel(
long channel) = 0;
};
#else
typedef struct IVLCAudioVtbl {
......@@ -893,22 +881,6 @@ typedef struct IVLCAudioVtbl {
HRESULT (STDMETHODCALLTYPE *toggleMute)(
IVLCAudio* This);
HRESULT (STDMETHODCALLTYPE *get_track)(
IVLCAudio* This,
long* track);
HRESULT (STDMETHODCALLTYPE *put_track)(
IVLCAudio* This,
long track);
HRESULT (STDMETHODCALLTYPE *get_channel)(
IVLCAudio* This,
long* channel);
HRESULT (STDMETHODCALLTYPE *put_channel)(
IVLCAudio* This,
long channel);
END_INTERFACE
} IVLCAudioVtbl;
interface IVLCAudio {
......@@ -931,10 +903,6 @@ interface IVLCAudio {
#define IVLCAudio_get_volume(p,a) (p)->lpVtbl->get_volume(p,a)
#define IVLCAudio_put_volume(p,a) (p)->lpVtbl->put_volume(p,a)
#define IVLCAudio_toggleMute(p) (p)->lpVtbl->toggleMute(p)
#define IVLCAudio_get_track(p,a) (p)->lpVtbl->get_track(p,a)
#define IVLCAudio_put_track(p,a) (p)->lpVtbl->put_track(p,a)
#define IVLCAudio_get_channel(p,a) (p)->lpVtbl->get_channel(p,a)
#define IVLCAudio_put_channel(p,a) (p)->lpVtbl->put_channel(p,a)
#endif
#endif
......@@ -978,38 +946,6 @@ void __RPC_STUB IVLCAudio_toggleMute_Stub(
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT CALLBACK IVLCAudio_get_track_Proxy(
IVLCAudio* This,
long* track);
void __RPC_STUB IVLCAudio_get_track_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT CALLBACK IVLCAudio_put_track_Proxy(
IVLCAudio* This,
long track);
void __RPC_STUB IVLCAudio_put_track_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT CALLBACK IVLCAudio_get_channel_Proxy(
IVLCAudio* This,
long* channel);
void __RPC_STUB IVLCAudio_get_channel_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT CALLBACK IVLCAudio_put_channel_Proxy(
IVLCAudio* This,
long channel);
void __RPC_STUB IVLCAudio_put_channel_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IVLCAudio_INTERFACE_DEFINED__ */
......@@ -2253,12 +2189,6 @@ interface IVLCVideo : public IDispatch
virtual HRESULT STDMETHODCALLTYPE put_aspectRatio(
BSTR aspect) = 0;
virtual HRESULT STDMETHODCALLTYPE get_subtitle(
long* spu) = 0;
virtual HRESULT STDMETHODCALLTYPE put_subtitle(
long spu) = 0;
virtual HRESULT STDMETHODCALLTYPE toggleFullscreen(
) = 0;
......@@ -2334,14 +2264,6 @@ typedef struct IVLCVideoVtbl {
IVLCVideo* This,
BSTR aspect);
HRESULT (STDMETHODCALLTYPE *get_subtitle)(
IVLCVideo* This,
long* spu);
HRESULT (STDMETHODCALLTYPE *put_subtitle)(
IVLCVideo* This,
long spu);
HRESULT (STDMETHODCALLTYPE *toggleFullscreen)(
IVLCVideo* This);
......@@ -2368,8 +2290,6 @@ interface IVLCVideo {
#define IVLCVideo_get_height(p,a) (p)->lpVtbl->get_height(p,a)
#define IVLCVideo_get_aspectRatio(p,a) (p)->lpVtbl->get_aspectRatio(p,a)
#define IVLCVideo_put_aspectRatio(p,a) (p)->lpVtbl->put_aspectRatio(p,a)
#define IVLCVideo_get_subtitle(p,a) (p)->lpVtbl->get_subtitle(p,a)
#define IVLCVideo_put_subtitle(p,a) (p)->lpVtbl->put_subtitle(p,a)
#define IVLCVideo_toggleFullscreen(p) (p)->lpVtbl->toggleFullscreen(p)
#endif
......@@ -2423,22 +2343,6 @@ void __RPC_STUB IVLCVideo_put_aspectRatio_Stub(
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT CALLBACK IVLCVideo_get_subtitle_Proxy(
IVLCVideo* This,
long* spu);
void __RPC_STUB IVLCVideo_get_subtitle_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT CALLBACK IVLCVideo_put_subtitle_Proxy(
IVLCVideo* This,
long spu);
void __RPC_STUB IVLCVideo_put_subtitle_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT CALLBACK IVLCVideo_toggleFullscreen_Proxy(
IVLCVideo* This);
void __RPC_STUB IVLCVideo_toggleFullscreen_Stub(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment