Search found 2 matches

Go to advanced search

by Translucent
18 Aug 2010 22:05
Forum: Development around libVLC
Topic: libvlc events makes vshost crash (C#)
Replies: 9
Views: 4019

Re: libvlc events makes vshost crash (C#)

Ok further digging shows that the event_type is bad and/or unknown. How is this possible? I'm using an enum so the event type value should be '0' or zero. This is the first event listen in the c code of the vlc_event_type_t enum for state changes. Has anyone gotten events to work in c# at or after 1...
by Translucent
18 Aug 2010 00:56
Forum: Development around libVLC
Topic: libvlc events makes vshost crash (C#)
Replies: 9
Views: 4019

Re: libvlc events makes vshost crash (C#)

How did you get this to work? I've been trying the same thing for a while now with no luck what so ever [UnmanagedFunctionPointer(CallingConvention.Cdecl)] public delegate void EventCallbackDelegate(IntPtr userdata); [DllImport("libvlc", CallingConvention = CallingConvention.Cdecl, EntryPo...

Go to advanced search