Hello. Im using 2.2.0 nighty building. I want to change video rate while play.
Public Sub libvlc_media_player_set_rate(Byval player as Intptr, Byval Speed as Double)
End Sub
In i can call this sub such as
Player.libvlc_media_player_set_rate(playerhandle, 1.5F)
This code must be set rate to 1.5 But doesn't work. Player continuing play normally. Doesn't gives any error.
Can someone have an any idea?
Best regards