I currently have a windows media player embedded into my winform on c# and i am now trying to make a button to control the speed of the video play. I currently can use controls to play, pasue and stop, found in ctlcontrols but can't find a way to change the speed of video play through using a button on my form? An example of my code for pausing the video in it is: axWindowsMediaPlayer1.Ctlcontrols.pause(); But i need some code to change the play speed so any help would be much appreciated.
Thanks