401
edits
(added possibility to fast forward/back ; added possibility to mute/unmute; added possibility to read tracks) |
|||
| Line 253: | Line 253: | ||
HRESULT pause(); | HRESULT pause(); | ||
HRESULT stop(); | HRESULT stop(); | ||
HRESULT un/mute(); | |||
HRESULT get/setVolume(); | HRESULT get/setVolume(); | ||
HRESULT get/setPosition(); | HRESULT get/setPosition(); | ||
HRESULT get/setPlaybackRate(); | |||
/** | /** | ||
| Line 261: | Line 263: | ||
[propget] HRESULT duration( | [propget] HRESULT duration( | ||
[out, retval] number); | [out, retval] number); | ||
HRESULT getTextTracks(); | |||
HRESULT getAudioTracks(); | |||
HRESULT getVideoTracks(); | |||
} | } | ||
</pre> | </pre> | ||
edits