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
Thread
-
Similar Threads
-
Playback Overlay DirectX Acceleration problems
By kevins7189 in forum Software PlayingReplies: 0Last Post: 23rd Mar 2007, 20:57 -
video adapter for directx 9.1
By yossi in forum Newbie / General discussionsReplies: 1Last Post: 24th Oct 2005, 21:18 -
Controling case fan speeds?
By beavereater in forum ComputerReplies: 13Last Post: 17th Jul 2005, 00:56 -
Controling drive speed with Nero
By samijubal in forum DVD RippingReplies: 0Last Post: 13th Oct 2004, 00:18 -
What affects video playback speed
By DraKuL71 in forum Video ConversionReplies: 0Last Post: 1st Jan 2002, 05:07
-



Quote