[id(DISPID_Position),propget,helpstring("Returns playback position within the current item. Position is a relative value ranging from 0.0 to 1.0.")]
HRESULTPosition([out,retval]float*position);
[id(DISPID_Position),propput,helpstring("Specifies playback position within the current item. Position is a relative value ranging from 0.0 to 1.0.")]
[id(DISPID_Position),propput,helpstring("Sets playback position within the current item. Position is a relative value ranging from 0.0 to 1.0.")]
HRESULTPosition([in]floatposition);
[id(DISPID_Time),propget,helpstring("Returns playback time relative to the start of the current item.")]
HRESULTTime([out,retval]int*seconds);
[id(DISPID_Time),propput,helpstring("Specifies playback time relative to the start of the current item.")]
[id(DISPID_Time),propput,helpstring("Sets playback time relative to the start of the current item.")]
HRESULTTime([in]intseconds);
[helpstring("Advance or backtrack playback time, relative to current time.")]//possiblyfindabetterwordtoreplace'backtrack'[t]
HRESULTshuttle([in]intseconds);
...
...
@@ -103,7 +103,7 @@ library AXVLC
HRESULTplaySlower();
id(DISPID_Volume),propget,helpstring("Returns playback volume, ranges from 0 to 200%.")]//possiblyremove%from'ranges',changeto'values',andspecifythat200isequivilantto200%(remember,200%==2.0,butthisgetsanintnotafloat)[t]
HRESULTVolume([out,retval]int*volume);
[id(DISPID_Volume),propput,helpstring("Specifies playback volume, ranges from 0 to 200%.")]
[id(DISPID_Volume),propput,helpstring("Sets playback volume, ranges from 0 to 200%.")]
HRESULTVolume([in]intvolume);
[helpstring("Mute/unmute playback audio.")]
HRESULTtoggleMute();
...
...
@@ -133,15 +133,15 @@ library AXVLC
HRESULTVersionInfo([out,retval]BSTR*version);
[id(DISPID_MRL),propget,helpstring("Returns the first MRL in the playlist")]
HRESULTMRL([out,retval]BSTR*mrl);
[id(DISPID_MRL),propput,helpstring("Specifies the first MRL in the playlist")]
[id(DISPID_MRL),propput,helpstring("Sets the first MRL in the playlist")]
HRESULTMRL([in]BSTRmrl);
[id(DISPID_AutoPlay),propget,helpstring("Specifies whether default playlist is played on startup")]
[id(DISPID_AutoPlay),propget,helpstring("Sets whether playlist is played on startup")]