NativeLibVlc.cs

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
eiden
New Cone
New Cone
Posts: 3
Joined: 20 Jan 2007 15:20
Location: Norway

NativeLibVlc.cs

Postby eiden » 15 Apr 2007 03:14

I couldn't get the fullscreen to work.

Look at line 1132 (public bool Fullscreen).

I changed from:

Code: Select all

SetVlcObjectInt(ObjectType.VLC_OBJECT_VLC, "fullscreen", value ? 1 : 0);
to:

Code: Select all

SetVlcObjectInt(ObjectType.VLC_OBJECT_VOUT, "fullscreen", value ? 1 : 0);
After that the vlcObject.Fullscreen = true worked.

Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 3 guests