ok i got it its MediaElement.SpeedRatio(); ya u r right its does't works for all formats.
RishiKasnia
Posts
-
Play Fast Forward -
Play Fast ForwardThanks for reply its ok i am using wmv format. and i think it supports the forward and rewind functionality. can u plz tell how can i implement this functionality in my application. Regards Rishi
-
Play Fast ForwardHi, cam anyone plz tell me how to play a video Fast forward and Rewind. i am using Media Element to play Video. Regards Rishi
-
single click and double clickHi All can anybody tell how to handle both the Single Click and Double click event for User Control Actually i am trying to handle single click by UserControl_MouseLeftButtonUp Event and Double click by UserControl_PreviewMouseDoubleClick Event but when i double click the user control then the UserControl_MouseLeftButtonUp Fired twice thus causing both the functionality get executed (i.e firstly the functionality for mouse up and then for double click) is there any way to handle both the events seprately (single click and double click) so that on double click the functionality for double click shuld be executed alone. Regards Rishi
-
split media fileThanks Christian Graus can u please tell abt any such Third Party wrapper that can be used with C#. i had tried a dozen but did't find useful. Regards Rishi
-
Copy media FIlehow to create a Clip from a WMV file where user will define the starting and end position of the Clip. i am using Media element to play the video Actually i have to create Functionality as of VCD Cutter. Regards Rishi
-
split media filehow to create a Clip from a WMV file where user will define the starting and end position of the Clip. Actually i have to create Functionality as of VCD Cutter. Regards Rishi
-
Remove instanceThanks Simon :)
-
Remove instanceIt ok Pedram Behroozi i have also posted the problem in WPF section but did't get any resonable ans. anyways thanks.
-
Remove instanceThanks Pedram Behroozi You r right. Actually i was developing a Windows Appl Using WPF. in my case i need to remove this user control from memory . becoz after removing it from canvas or panel , if i try to fire some event then this Control also respond the event (Though it has been removed). for a workaround i detached the Event Handler for user control(when i remove it from canvas/panel). but it still resides in memory and remains throughout the program execution (becoz this control is not local to any Block) thus degrading performance . Regards Rishi
-
Remove ControlThanks Pete for reply but in my case i need to remove this user control from memory . becoz after removing it from canvas or panel , if i try to fire some event then this Control also respond the event (Though it has been removed). for a workaround i detached the Event Handler for user control(when i remove it from canvas/panel). but it still resides in memory and remains throughout the program execution (becoz this control is not local to any Block) thus degrading performance . Regards Rishi.
-
Remove Controli have created a user control Dynamically and added it to a Wrap Panel as a child. now if i remove it from panel but it still remains in memory. i want it to be permanently removed from memory. There is no Dispose method available. and i also tried by implementing idisposable interface and overwriting the Dispose() method for my control but it still remain in memory. Is there any way to remove this object(User Control) from memory Regards Rishi
-
Remove instancei have created a user control Dynamically and added it to panel as a child. now if i remoove it from panel but it still remains in memory. i want it to be permanently removed from memory. There is no Dispose method available. and i also tried by implementing idisposable interface and overwriting the Dispose() method but it still remain in memory. Is there any way to remove this object(User Control) from memory Regards Rishi
-
Windows ApplCan we create a Windows Project using Silver Light (VS 2008) If Yes then How ? Which one is better to create Windows Appl (SilverLight or WPF) and why? Thanks n Regards Rishi Kasnia
-
Headeri am trying extract a clip from any existing media file user have to specify the start and end time of clip. i have done this by using File Strem.(By specifing the start and End Byte) my problem is that the clip is not get played because it ha no header information. so how to attach header information to this newly craved clip any suggestions !!!! Regards Rishi