Search found 3 matches

Go to advanced search

by eiden
15 Apr 2007 03:14
Forum: Web and scripting
Topic: NativeLibVlc.cs
Replies: 0
Views: 994

NativeLibVlc.cs

I couldn't get the fullscreen to work. Look at line 1132 (public bool Fullscreen). I changed from: SetVlcObjectInt(ObjectType.VLC_OBJECT_VLC, "fullscreen", value ? 1 : 0); to: SetVlcObjectInt(ObjectType.VLC_OBJECT_VOUT, "fullscreen", value ? 1 : 0); After that the vlcObject.Fulls...
by eiden
20 Jan 2007 19:39
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54348

The short answer is to wait for me to write the code, or look at the ActiveX source code and move that to C# yourself. I haven't looked into Messages.
Ok. Thanks for the answer :) Now I know where to look.
by eiden
20 Jan 2007 15:27
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54348

How can I access the messages from C# ?

Tappen, thanks for the excellent work!

I have a question.

How can I access the information that is displayed in the messages window (View -> Messages) from C#?

Go to advanced search