2.2.0 Adjust and Equalizer Problems
Posted: 08 Jan 2015 12:20
Hello.
Yesterday i'm upgraded to 2.2.0. Im faced 2 problems.
1)
libvlc_video_set_adjust_int and libvlc_video_set_adjust_float doesnt working. old dlls working good.
Defines
<DLLImport("libvlc",CallingConvention:=CallingConvention.Cdecl)> _
Friend Shared Sub libvlc_video_set_adjust_int(Byval player as Intptr, Byval Optionz as Adjustoptions, Byval value as Integer)
Usage
l
2)
libvlc_media_player_set_equalizer(handle, equalizer.handle)
doesn't work.
Yesterday i'm upgraded to 2.2.0. Im faced 2 problems.
1)
libvlc_video_set_adjust_int and libvlc_video_set_adjust_float doesnt working. old dlls working good.
Defines
<DLLImport("libvlc",CallingConvention:=CallingConvention.Cdecl)> _
Friend Shared Sub libvlc_video_set_adjust_int(Byval player as Intptr, Byval Optionz as Adjustoptions, Byval value as Integer)
Code: Select all
<DLLImport("libvlc",CallingConvention:=CallingConvention.Cdecl)> _
Friend Shared Sub libvlc_video_set_adjust_float(Byval player as Intptr, Byval Optionz as Adjustoptions, Byval value as Single)
l
Code: Select all
ibvlc_video_set_adjust_int(handle, adjustoptions.libvlc_adjust_enable,1)
libvlc_video_set_adjust_float(handle, adjustoptions.libvlc_adjust_Contrast, 155.0)
2)
libvlc_media_player_set_equalizer(handle, equalizer.handle)
doesn't work.