[vlc-devel] LibVLC
Andrés
linuuux at gmail.com
Thu Nov 15 16:48:28 CET 2007
Hello folks,
I'm developing a program using the libvlc interface, I want to show
some varibles in the screen while the video is reproducing the stream,
that's variables are the bit rate, and the amount the packets recived
but is doesn't work.
I show some code:
v.GetVariable("rate", ref valor);
lblRate.Text = valor.ToString();
I would also show the average bit rate, it is posible?
Someone has some code to guide.
Thanks
Andrés
More information about the vlc-devel
mailing list