hi all.
i have a problem. i want to dynamically control the speed of playing of video using DirectX in C#.NET.
I have this code:
using Microsoft.DirectX.AudioVideoPlayback;
....
Video objVideo =new Video(@"c:\tempVideo.avi");
objVideo.Owner=videoPnl; //where videoPnl in an instance of System.Windows.Forms.Panel
objVideo.Start();
.......
now i want while video is playing ,do control speed of playback. for example i want to slower this or faster this speed dynamically.
sorry if my english is too bad...
thanks.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Modify playback speed of .mp4 video and or .flv and save.
By jsvez2010 in forum Newbie / General discussionsReplies: 0Last Post: 16th Sep 2011, 18:18 -
Is there a speed rating on sony memory sticks for video playback on psp?
By yoda313 in forum Newbie / General discussionsReplies: 0Last Post: 29th Jan 2011, 21:12 -
kino playback speed?
By jdetwile in forum LinuxReplies: 1Last Post: 9th Nov 2008, 19:25 -
Adjusting Playback speed?
By Scav2003 in forum MacReplies: 3Last Post: 27th Feb 2008, 11:57 -
Setting Default DirectX Video Renderer
By Ace-Of-Spades in forum Software PlayingReplies: 3Last Post: 30th Nov 2007, 10:31