Search found 11 matches

Go to advanced search

by Smoke
23 Jul 2014 00:43
Forum: Development around libVLC
Topic: How do I use the function "libvlc_event_attach"?
Replies: 4
Views: 1113

Re: How do I use the function "libvlc_event_attach"?

// This is the callback function void OnEventCallBack(const libvlc_event_t eventName, void *userDataPointer) { yourDataType *yourData = (yourDataType*) userDataPointer; // A cheesy way to transfer information into the callback function } Thank you for your answer. Could you give me an example, such...
by Smoke
19 Jul 2014 07:31
Forum: Development around libVLC
Topic: How do I use the function "libvlc_event_attach"?
Replies: 4
Views: 1113

Re: How do I use the function "libvlc_event_attach"?

Hi, mangokm40,
Thank you for your answer.
How is the function "OnEventCallBack"? And what is the "userDataPointer"?
I think I need to write the "OnEventCallBack" function somewhere, How do I write?
by Smoke
18 Jul 2014 16:19
Forum: Development around libVLC
Topic: How do I use the function "libvlc_event_attach"?
Replies: 4
Views: 1113

How do I use the function "libvlc_event_attach"?

I saw the api not very clear. I am a little confusing with the parameters of callback function. They are const struct libvlc_event_t * and void *. What are they used for? are all events register one time and differentiated by "libvlc_event_t"? Or we register what we use? I saw "libvlc...
by Smoke
18 Jul 2014 12:26
Forum: Development around libVLC
Topic: Why the libvicnet doesn`t work?
Replies: 2
Views: 435

Re: Why the libvicnet doesn`t work?

I've solved this.
Thanks everyone.
by Smoke
18 Jul 2014 08:36
Forum: VLC media player for Windows Troubleshooting
Topic: Is it a same function that we play a music or movie?
Replies: 1
Views: 197

Is it a same function that we play a music or movie?

Is there a function that we use to play a music. But it can't play a movie. or it can play a move, but can't play a music?
If I could play a movie, dose that means I could play music?
by Smoke
01 Jun 2014 08:57
Forum: VLC media player for Windows Troubleshooting
Topic: Where can I get all the sources of VLC?
Replies: 2
Views: 263

Where can I get all the sources of VLC?

I am making a video player using VLC. Now I am designing the UI.
I would like to see the source of vlc.exe.
Where can I get it?
by Smoke
31 Oct 2013 09:57
Forum: Development around libVLC
Topic: Why the libvicnet doesn`t work?
Replies: 2
Views: 435

Re: Why the libvicnet doesn`t work?

I mean how can I put libvicnet into my project?
I'm sorry, I' new.
by Smoke
30 Oct 2013 10:21
Forum: Development around libVLC
Topic: Why the libvicnet doesn`t work?
Replies: 2
Views: 435

Why the libvicnet doesn`t work?

Hello everyone, My English is poor. If there is anything impolite, please forgive me.
I downloaded "libvlcnet-0.4.0.0-src.zip", but when I click "SimplePlayer.exe" it doesn't work. What should I do?
I didn't know anything about vlc before, I need someone to help me. Thank a lot.

Go to advanced search