Question about videolan v2

This forum is about all development around libVLC.
Nanonnien
New Cone
New Cone
Posts: 2
Joined: 20 Nov 2014 19:30

Question about videolan v2

Postby Nanonnien » 20 Nov 2014 19:35

Hi,


first sorry for my english, english isn't my language.


I'm doing a special media player and I use videolan v2 plugin.


I launch a playlist with this code :

Code: Select all

Private Sub BT_OK_adresse_Click(sender As System.Object, e As System.EventArgs) Handles BT_OK_adresse.Click adresse = TXT_adresse.Text ax2.playlist.items.clear() ax2.playlist.add("file:///" & adresse) 'my eg (Nb "file:///" is crucial) End Sub Private Sub BT_Lancer_Click(sender As System.Object, e As System.EventArgs) Handles BT_Lancer.Click ax2.AutoLoop = False ax2.AutoPlay = False ax2.input ax2.playlist.play() 'starts Call BT_chien1.Show() instancier_variable() Me.Visible = False End Sub
my answer is how to know when the media player end a movie or which movie it's playing. I use this documentation : https://wiki.videolan.org/Documentation ... ems_object

Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 10 guests