Commit adf0cc35 authored by thannoy@actech-innovation.com's avatar thannoy@actech-innovation.com Committed by Jean-Paul Saman

Fix IVLCVideo.teletext binding

Signed-off-by: default avatarJean-Paul Saman <jpsaman@videolan.org>
parent 972e362d
......@@ -435,9 +435,9 @@ library AXVLC
HRESULT crop([in] BSTR geometry);
[propget, helpstring("Returns teletext page used.")]
HRESULT subtitle([out, retval] long* page);
HRESULT teletext([out, retval] long* page);
[propput, helpstring("Sets teletext page to use.")]
HRESULT subtitle([in] long page);
HRESULT teletext([in] long page);
[helpstring("toggle fullscreen/windowed state.")]
HRESULT toggleFullscreen();
......
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