Search found 3 matches

Go to advanced search

by akuired
05 Oct 2009 19:47
Forum: Development around libVLC
Topic: JVLC status
Replies: 177
Views: 58532

Re: JVLC status

Hello, I am working on a project using JVLC. Everything goes fine (thanks to sherington), but I am unable to set the correct canvas size. I need to know how to retrieve video height and width. I have tried to use "libvlc_video_get_height/width" but it always returns 0 saying "No activ...
by akuired
22 Aug 2009 12:54
Forum: Development around libVLC
Topic: Adding new functions to libvlc. Linking problem.
Replies: 2
Views: 560

Adding new functions to libvlc. Linking problem.

I've been trying to add new function to vlc for a project I'm working on. However, I'm unable to make it work because of a problem with the linker. The code I've added is the following. File vlc_modules.h //My new function VLC_EXPORT(int,module_get_pf(module_t *m)); File modules.c int module_get_pf(...

Go to advanced search