Use VLanControl.dll in C#
Posted: 15 Mar 2007 01:03
Hello,
I have some questions about the use of VLanControl.dll, if someone knows about it or know where i can find some information over the specific questions.
1. If you create an instance of VLanControl.VlcUserControl() , what are the specifications that are default enabled on the vlc?
2. In the classe VlcUserControl you can find the methods "GetConfigVariable()" and "SetConfigVariable()", so i tried to config my instance VlcUserControl() with this methods, but i works only for a few preferences.
example:
this.vlc.SetConfigVariable("dshow-vdev", "String"); works fine.
this.vlc.GetConfigVariable("codec", "returnError"); doesn't work.
3. In the classe NativeLibVlc is the methods "GetVlcObjectString()" and "SetVlcObjectString()". Where can i find information over use of this methods.
4. What is the different between the methods of question 2 and 3.
Thx anyway
I have some questions about the use of VLanControl.dll, if someone knows about it or know where i can find some information over the specific questions.
1. If you create an instance of VLanControl.VlcUserControl() , what are the specifications that are default enabled on the vlc?
2. In the classe VlcUserControl you can find the methods "GetConfigVariable()" and "SetConfigVariable()", so i tried to config my instance VlcUserControl() with this methods, but i works only for a few preferences.
example:
this.vlc.SetConfigVariable("dshow-vdev", "String"); works fine.
this.vlc.GetConfigVariable("codec", "returnError"); doesn't work.
3. In the classe NativeLibVlc is the methods "GetVlcObjectString()" and "SetVlcObjectString()". Where can i find information over use of this methods.
4. What is the different between the methods of question 2 and 3.
Thx anyway