Search found 7 matches

Go to advanced search

by Asger-P
29 Oct 2020 14:24
Forum: Development around libVLC
Topic: Is libvlc_video_take_snapshot asynchronous
Replies: 2
Views: 277

Is libvlc_video_take_snapshot asynchronous

Hi

Is the image file already made when libvlc_video_take_snapshot returns or is it asynchronous,
giving a good reason for the libvlc_MediaPlayerSnapshotTaken event ?

Thanks in advance
Best regards
Asger
by Asger-P
29 Oct 2020 13:49
Forum: Development around libVLC
Topic: Are all char* strings Utf8 ?
Replies: 2
Views: 170

Re: Are all char* strings Utf8 ?

Thanks Martin
by Asger-P
29 Oct 2020 12:45
Forum: Development around libVLC
Topic: Are all char* strings Utf8 ?
Replies: 2
Views: 170

Are all char* strings Utf8 ?

Hi I just noticed that path parameter of: libvlc_media_t *libvlc_media_new_path( libvlc_instance_t *p_instance, const char *path ); is expecting Utf8. Is that the same in all places where char* are used ? Are there any documentation with that kind of details ? Thanks in advance Best regards Asger
by Asger-P
29 Oct 2020 07:24
Forum: Development around libVLC
Topic: What is the best way to know when a track has ended ?
Replies: 5
Views: 362

Re: What is the best way to know when a track has ended ?

Thanks Martin
Just what I was looking for.
Best regards
Asger
by Asger-P
28 Oct 2020 20:42
Forum: Development around libVLC
Topic: What is the best way to know when a track has ended ?
Replies: 5
Views: 362

Re: What is the best way to know when a track has ended ?

Thanks for trying sherington, but I cant find anything mentioning finished in the h files.
by Asger-P
28 Oct 2020 12:07
Forum: Development around libVLC
Topic: What is the best way to know when a track has ended ?
Replies: 5
Views: 362

What is the best way to know when a track has ended ?

Hi

As the header say: What is the best way to know when a track has ended ?
Apart from listening of course. :)

I can of course in a timer ask libvlc_media_player_is_playing but I thought maybe there is an event.

Thanks in advance
Best regards
Asger

Go to advanced search