[propput,helpstring("Specifies whether VLC is playing.")]
[id(DISPID_Playing),bindable,propput,helpstring("Specifies whether VLC is playing.")]
HRESULTPlaying([in]VARIANT_BOOLisPlaying);
[propget,helpstring("Specifies playback position within current target in playlist, position is a relative value ranging from 0.0 to 1.0.")]
[id(DISPID_Position),bindable,propget,helpstring("Specifies playback position within current target in playlist, position is a relative value ranging from 0.0 to 1.0.")]
HRESULTPosition([out,retval]float*position);
[propput,helpstring("Specifies playback position within current target in playlist, position is a relative value ranging from 0.0 to 1.0.")]
[id(DISPID_Position),bindable,propput,helpstring("Specifies playback position within current target in playlist, position is a relative value ranging from 0.0 to 1.0.")]
HRESULTPosition([in]floatposition);
[propget,helpstring("Specifies playback time relative to the start of current target in playlist.")]
[id(DISPID_Time),bindable,propget,helpstring("Specifies playback time relative to the start of current target in playlist.")]
HRESULTTime([out,retval]int*seconds);
[propput,helpstring("Specifies playback time relative to the start of current target in playlist.")]
[id(DISPID_Time),bindable,propput,helpstring("Specifies playback time relative to the start of current target in playlist.")]
HRESULTTime([in]intseconds);
[helpstring("Advance or backtrack playback time, relative to current time.")]
HRESULTshuttle([in]intseconds);
[helpstring("Switch between normal and fullscreen video.")]
HRESULTfullscreen();
[propget,helpstring("Returns total length in seconds of current target in playlist, may be unknown.")]
[id(DISPID_Length),bindable,propget,helpstring("Returns total length in seconds of current target in playlist, may be unknown.")]
HRESULTLength([out,retval]int*seconds);
[helpstring("Increases playback speed, one of 1x, 2x, 4x, 8x.")]
HRESULTplayFaster();
[helpstring("Decreases playback speed, one of 1x, 2x, 4x, 8x.")]
HRESULTplaySlower();
[propget,helpstring("Specifies playback sound volume, ranges from 0 to 200%.")]
[id(DISPID_Volume),bindable,propget,helpstring("Specifies playback sound volume, ranges from 0 to 200%.")]
HRESULTVolume([out,retval]int*volume);
[propput,helpstring("Specifies playback sound volume, ranges from 0 to 200%.")]
[id(DISPID_Volume),bindable,propput,helpstring("Specifies playback sound volume, ranges from 0 to 200%.")]